-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docs deviation: Config, ImageOverrides and --lock-output #58
Comments
@Zebradil some time ago ive introduced Config kind which actually covers all the config (sources, destinations, etc.). since we want to be backwards compatible we will not remove dedicated kinds (e.g. Sources); however, going forward we will not be creating dedicated kinds. we should probably update docs to indicate that you can use kind Config for all configuration. |
So, if I understand correctly, using Config kind is preferable. Thanks a lot! (Not sure if I should close the issue or it'll be closed after docs update) |
Leaving this open is perfect, @Zebradil; thank you. @cppforlife does this match how you're thinking?:
|
kbld --lock-output
produces a file with a resource ofConfig
kind.But in the docs I don't see a mention that
kind: Config
hasoverrides
key.I'd like to clarify which
kind
is preferable for overriding images:ImageOverrides
orConfig
.Here is a snippet I used for testing:
The text was updated successfully, but these errors were encountered: