-
Notifications
You must be signed in to change notification settings - Fork 137
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
[data/values] support specifying data values via cmd args that are not present in file data values #81
Comments
|
User (specifically a Configuration Author) reports
|
Currently reconsidering. The currently supported way of doing this is to pair any newly-introduced template with an explicit data values overlay file that "declares" the additional keys (with reasonable defaults or zero values)... and then the |
As mentioned in #carvel ~Feb 2021... In GitLab documentation on "Dynamic child pipelines", there's a pointer to ytt. It's easy to make the inference that one merely reference the many pre-defined variables in your templates and Bob's yer uncle. ... which would be true if we implemented this feature. (note the reliance on environment variables, in this case). |
There is also an open GitLab issue to add an example of child/parent pipelines with |
in some cases it's useful to specify data values that are not present in file data values via cmd arg. since cmd args are overlayed on top of file data values they need to have annotation
overlay/match missing_ok=True
set on them.we can try to assign special character (
+
) that could be used to indicate that.TBD:
a-zA-Z0-9_
unfortunately)👍 "I have this use-case and would be served by having this feature implemented"
👎 "I think implementing this feature would do more harm than good."
The text was updated successfully, but these errors were encountered: