Closed squaremo closed 5 years ago
vendors Kubernetes JSON Schema files from https://github.com/instrumenta/kubernetes-json-schema using git submodule
git submodule
provides a wrapper for using those schemas for validation
provides a validation function as a default export, for use with jk validate
jk validate
This is good enough to use with jk validate, e.g.,
jk validate -m @jkcfg/kubernetes/validate ./config/*.yaml
vendors Kubernetes JSON Schema files from https://github.com/instrumenta/kubernetes-json-schema using
git submodule
provides a wrapper for using those schemas for validation
provides a validation function as a default export, for use with
jk validate
This is good enough to use with
jk validate
, e.g.,