Skip to content

Commit

Permalink
Drop ca.pem from bundle (#54)
Browse files Browse the repository at this point in the history
The file was unused. The ca.pem file is only used as a default when
building from source following the readme's instructions. Users can
still provide additional CAs via the PackageInstall values.

Signed-off-by: Scott Andrews <[email protected]>
  • Loading branch information
scothis authored Mar 22, 2022
1 parent fb3ea1f commit 6898dda
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@ jobs:
cp dist/bundle.yaml "${scratch}/bundle.yaml"
cp dist/bundle.values.yaml "${scratch}/bundle.values.yaml"
cp dist/ca-overlay.yaml "${scratch}/ca-overlay.yaml"
cp dist/ca.pem "${scratch}/ca.pem"
echo "##[group]Build"
cat hack/boilerplate.ytt.txt > "${scratch}/config/cartographer-conventions.yaml"
Expand Down

0 comments on commit 6898dda

Please sign in to comment.