Skip to content

Commit

Permalink
(fix): Kube-score in helm lint job CI Workflow (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
peimanja authored Mar 9, 2022
1 parent c745024 commit 18f6351
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-helm-chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 18f6351

Please sign in to comment.