Skip to content

Commit 4d2924a

Browse files
Merge pull request #215 from mintel/INFRA-39683_post_1.32_fix_kubeconform_args
INFRA-39683 fix kubeconform args
2 parents 3654263 + a88ffa2 commit 4d2924a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/k8s/Makefile.kubeconform

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## Kubeconform helpers
22
KUBECONFORM_K8S_VERSION?=1.32.11
33
KUBECONFORM_IGNORE_FILENAME_PATTERNS?=kustomization.yaml
4-
KUBECONFORM_ARGS?=-strict -summary -ignore-missing-schemas -skip-failed-schemas
4+
KUBECONFORM_ARGS?=-strict -summary -ignore-missing-schemas
55
K8S_RENDERED_DIR?=./rendered/environments
66

77
.PHONY: k8s/kubeconform/validate

0 commit comments

Comments
 (0)