Skip to content

Commit

Permalink
refactor: change the test command for the crds chart
Browse files Browse the repository at this point in the history
  • Loading branch information
rdash99 committed Jul 9, 2024
1 parent b41144a commit dea668f
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/build-canary-crds-chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit dea668f

Please sign in to comment.