fixing kubeval

This commit is contained in:
Bret Fisher
2022-02-18 18:54:57 -05:00
committed by GitHub
parent 92b8055835
commit 785be44d76

View File

@@ -154,4 +154,6 @@ jobs:
# turn off editorconfig-checker, which flags too many false positives # turn off editorconfig-checker, which flags too many false positives
VALIDATE_EDITORCONFIG: false VALIDATE_EDITORCONFIG: false
# prevent Kubernetes CRD API's from causing kubeval to fail # prevent Kubernetes CRD API's from causing kubeval to fail
KUBERNETES_KUBEVAL_OPTIONS: --ignore-missing-schemas # also change schema location to an up-to-date list
# https://github.com/yannh/kubernetes-json-schema/#kubeval
KUBERNETES_KUBEVAL_OPTIONS: --ignore-missing-schemas --schema-location https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/