Skip to content

Commit

Permalink
ci, ct: fix ct install execution
Browse files Browse the repository at this point in the history
  • Loading branch information
yorugac committed Aug 21, 2024
1 parent e0b290f commit 24c9078
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/helm-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ jobs:
- name: Run chart-testing (install)
if: steps.list-changed.outputs.changed == 'true'
run: |
ct install --charts ./charts/k6-operator
ct install --config ./charts/ct.yaml --helm-extra-set-args "--set=namespace.create=false"
4 changes: 3 additions & 1 deletion charts/ct.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,6 @@ chart-repos:
- grafana=https://grafana.github.io/helm-charts
helm-extra-args: --timeout 600s
check-version-increment: false
validate-maintainers: false
validate-maintainers: false
validate-yaml: true
validate-schema-chart: true

0 comments on commit 24c9078

Please sign in to comment.