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
Hi @esn89 , Kubeconform only does some pretty basic validation of Kubernetes manifests, using the Kubernetes OpenAPI schemas. In this case I suspect your file is "valid" according to the schema for a Configmap - if it is, Kubeconform is likely not the right tool to validate that you have no empty values, unfortunately 🙇
I have successfully
helm lint
ed andhelm template
some purposefully wrong ConfigMaps, then piping them tokubeconform
.As an example I have:
When piped, I get:
How can I make it fail on empty values?
The text was updated successfully, but these errors were encountered: