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.
We can validate and lint our Helm chart on CI.
Some tools that might be relevant:
helm linthelm verifyWe 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.