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
examples/
Currently this repo contains example manifests in examples/ dir. These manifests are not tested at any point.
This should change so that they are continuously tested in CI.
This issue tracks this.
We could reuse KGO's approach in Makefile and from its CI.
Makefile
Alternatively we could use a solution like https://github.com/kubernetes-sigs/kubectl-validate to just validate the examples against the CRD schemas
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Problem statement
Currently this repo contains example manifests in
examples/
dir. These manifests are not tested at any point.This should change so that they are continuously tested in CI.
This issue tracks this.
Proposed solution
We could reuse KGO's approach in
Makefile
and from its CI.Alternatively we could use a solution like https://github.com/kubernetes-sigs/kubectl-validate to just validate the examples against the CRD schemas
Acceptance criteria
examples/
directory are tested in CIThe text was updated successfully, but these errors were encountered: