diff --git a/.github/workflows/publish-helm-chart.yaml b/.github/workflows/publish-helm-chart.yaml index 4647bab..2b9514f 100644 --- a/.github/workflows/publish-helm-chart.yaml +++ b/.github/workflows/publish-helm-chart.yaml @@ -39,7 +39,7 @@ jobs: chmod 755 kube-score - name: Kube-score generated manifests - run: helm template --values charts/opvic/ci/values-kube-score.yaml charts/* | ./kube-score score - + run: helm template --values charts/opvic/ci/kube-score-values.yaml charts/* | ./kube-score score - --ignore-test pod-networkpolicy --ignore-test deployment-has-poddisruptionbudget --ignore-test deployment-has-host-podantiaffinity