add |
This commit is contained in:
parent
5c732c6670
commit
d4d87966b6
|
|
@ -56,7 +56,7 @@ jobs:
|
||||||
chmod 755 kube-score
|
chmod 755 kube-score
|
||||||
|
|
||||||
- name: Kube-score generated manifests
|
- name: Kube-score generated manifests
|
||||||
run:
|
run: |
|
||||||
helm template --values charts/.ci/values-kube-score.yaml charts/* | ./kube-score score -
|
helm template --values charts/.ci/values-kube-score.yaml charts/* | ./kube-score score -
|
||||||
--ignore-test pod-networkpolicy
|
--ignore-test pod-networkpolicy
|
||||||
--ignore-test deployment-has-poddisruptionbudget
|
--ignore-test deployment-has-poddisruptionbudget
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue