From dea668f132db9a515c2b8bb278422409de4b4369 Mon Sep 17 00:00:00 2001 From: rdash99 Date: Tue, 9 Jul 2024 10:59:59 +0100 Subject: [PATCH] refactor: change the test command for the crds chart --- .github/workflows/build-canary-crds-chart.yaml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/build-canary-crds-chart.yaml b/.github/workflows/build-canary-crds-chart.yaml index 05afc93..c511557 100644 --- a/.github/workflows/build-canary-crds-chart.yaml +++ b/.github/workflows/build-canary-crds-chart.yaml @@ -48,12 +48,7 @@ jobs: chart: charts/canary/charts/crds test-command: | helm template $CHART \ - --values charts/canary/charts/crds/values.yaml \ - --include-crds \ - --name-template canary \ - --namespace canary \ - --create-namespace \ - --debug + --values charts/canary/charts/crds/values.yaml secrets: cosign-private-key: ${{ secrets.COSIGN_PRIVATE_KEY }}