We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Incorporate the library https://github.com/willthames/kubernetes-validate to run against the built objects and ensure they are valid k8s objects against the schema.
This likely makes sense for the test command.
test
This may require specifying a different k8s version to validate against, and can allow users to validate in CI
The text was updated successfully, but these errors were encountered:
kubeconform also looks like a way to do this: https://github.com/onedr0p/home-ops/blob/main/.github/scripts/kubeconform.sh
Sorry, something went wrong.
More kubeconform examples: https://github.com/fluxcd/flux2-kustomize-helm-example/blob/main/scripts/validate.sh
No branches or pull requests
Incorporate the library https://github.com/willthames/kubernetes-validate to run against the built objects and ensure they are valid k8s objects against the schema.
This likely makes sense for the
test
command.This may require specifying a different k8s version to validate against, and can allow users to validate in CI
The text was updated successfully, but these errors were encountered: