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
It would be nice to provide the ability to validate environments aren't specifying config that isn't also defaulted.
I'd add it as a flag option when generating:
$ k8s-configurator generate --validate <file> <env>
=> Environment 'int' defines a key that does not have a default: 'random-key'
=> process exited with status 1
The text was updated successfully, but these errors were encountered:
It would be nice to provide the ability to validate environments aren't specifying config that isn't also defaulted.
I'd add it as a flag option when generating:
The text was updated successfully, but these errors were encountered: