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
Currently kubeval doesn't seem to have a config file via which we can configure its flag in a yaml or json file
Idea is to have .kubeval.config.yaml which can look like following
Obviously it can be improved in terms of structuring and we can add more flags as a configuration in this yaml file.
And we can use this yaml file when triggering kubeval commands like kubeval deployment.yaml --config <path_to_yaml> and this --config flag can be used with any other flags such as -f or -d
I hope you got the intent and idea for making it happen 👍
The text was updated successfully, but these errors were encountered:
Currently
kubeval
doesn't seem to have a config file via which we can configure its flag in ayaml
orjson
fileIdea is to have
.kubeval.config.yaml
which can look like followingObviously it can be improved in terms of structuring and we can add more flags as a configuration in this yaml file.
I hope you got the intent and idea for making it happen 👍
The text was updated successfully, but these errors were encountered: