From 6898dda3cda4988aaf07e885bafc4a6e798ace84 Mon Sep 17 00:00:00 2001 From: Scott Andrews Date: Tue, 22 Mar 2022 17:48:52 -0400 Subject: [PATCH] Drop ca.pem from bundle (#54) 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 --- .github/workflows/ci.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a474ad30..e7c74096 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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"