Skip to content

Commit a88ffa2

Browse files
author
Mike Brennan
committed
INFRA-39683 fix kubeconform args
1 parent 3654263 commit a88ffa2

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)