We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cacfefe commit e172f19Copy full SHA for e172f19
tests/unit/templates/validate.bash
@@ -3,6 +3,6 @@
3
helmfile_template_kubeconform() {
4
mkdir -p /tmp/compliantkubernetes-apps-tests-unit-kubeconform
5
6
- helmfile -e "${1}" -f "${ROOT}/helmfile.d/" -q template | \
+ helmfile -e "${1}" -f "${ROOT}/helmfile.d/" '-lname!=trivy-operator' -q template | \
7
kubeconform -cache /tmp/compliantkubernetes-apps-tests-unit-kubeconform -ignore-missing-schemas -schema-location default -schema-location 'https://raw.githubusercontent.com/datreeio/CRDs-catalog/main/{{.Group}}/{{.ResourceKind}}_{{.ResourceAPIVersion}}.json' -strict -summary -
8
}
0 commit comments