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 }}