diff --git a/.github/workflows/helm-chart-lint-test.yaml b/.github/workflows/helm-chart-lint-test.yaml index f08cc61..b132028 100644 --- a/.github/workflows/helm-chart-lint-test.yaml +++ b/.github/workflows/helm-chart-lint-test.yaml @@ -60,10 +60,10 @@ jobs: helm upgrade --install polaris fairwinds-stable/polaris --namespace demo --create-namespace --set webhook.enable=false --set dashboard.enable=false - - name: Use command polatis - run: polaris version + - name: Use command polaris for checking helm chart manifests + run: polaris audit --helm-chart ./charts/adcs-issuer --helm-values ./charts/adcs-issuer/values.yaml --format=pretty + - - name: Run chart-testing (install) run: ct install --config ct.yaml --upgrade