You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We can validate and lint our Helm chart on CI.
Some tools that might be relevant: helm lint helm verify
We could run helm template ... in multiple different ways (e.g. different ways of passing a license) and check the output with https://github.com/yannh/kubeconform.
And for CRD schemas there is https://github.com/openshift/crd-schema-checker.
The text was updated successfully, but these errors were encountered:
We can validate and lint our Helm chart on CI.
Some tools that might be relevant:
helm lint
helm verify
We could run
helm template ...
in multiple different ways (e.g. different ways of passing a license) and check the output with https://github.com/yannh/kubeconform.And for CRD schemas there is https://github.com/openshift/crd-schema-checker.
The text was updated successfully, but these errors were encountered: