Skip to content

Commit

Permalink
fix: Helps to use the correct syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpanzella committed Feb 5, 2025
1 parent 7da499a commit 154a7d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-operator-wandb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,5 @@ jobs:
ct install \
--charts ./charts/operator-wandb \
--config ct.yaml \
--helm-extra-args '--kube-context kind-chart-testing-${{ matrix.k8s-version }}-${{ matrix.configuration }} --wait 600' \
--helm-extra-args '--kube-context kind-chart-testing-${{ matrix.k8s-version }}-${{ matrix.configuration }} --timeout 600s' \
--helm-extra-set-args '--values test-configs/operator-wandb/${{ matrix.configuration }}.yaml --set=license=$LICENSE'

0 comments on commit 154a7d4

Please sign in to comment.