From 24c907886b360378436b52e92dd74973dcc1fabf Mon Sep 17 00:00:00 2001 From: Olha Yevtushenko Date: Wed, 21 Aug 2024 21:53:01 +0300 Subject: [PATCH] ci, ct: fix ct install execution --- .github/workflows/helm-test.yaml | 2 +- charts/ct.yaml | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/helm-test.yaml b/.github/workflows/helm-test.yaml index 4fbc4e5a..8ce459c0 100644 --- a/.github/workflows/helm-test.yaml +++ b/.github/workflows/helm-test.yaml @@ -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" diff --git a/charts/ct.yaml b/charts/ct.yaml index 683f3beb..748ab601 100644 --- a/charts/ct.yaml +++ b/charts/ct.yaml @@ -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 \ No newline at end of file +validate-maintainers: false +validate-yaml: true +validate-schema-chart: true \ No newline at end of file