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
in example-overlay-files, ops2.yml adds multiple map items (under annotations key) [1]. it has to specify missing_ok=True for per key because to indicate that it's ok to create-or-update. need to come up with a way to allow skipping such annotation as it's pretty verbose.
few options:
somehow annotate multiple nodes together
annotate that children of a particular node are ok with missing_ok=True (probably an easier and better option)
The text was updated successfully, but these errors were encountered:
cppforlife
changed the title
less verbose way to annotate that it's ok for overlay to create-or-update.
less verbose way to annotate that it's ok for overlay to create-or-update
Mar 4, 2019
cppforlife
changed the title
less verbose way to annotate that it's ok for overlay to create-or-update
[overlay] less verbose way to annotate that it's ok for overlay to create-or-update
May 3, 2019
cppforlife
added
the
in progress
Work has begun by a community member or a maintainer; this issue may be included in a future release
label
Aug 28, 2019
pivotaljohn
removed
carvel triage
This issue has not yet been triaged for relevance
in progress
Work has begun by a community member or a maintainer; this issue may be included in a future release
labels
Jun 15, 2021
in example-overlay-files, ops2.yml adds multiple map items (under annotations key) [1]. it has to specify missing_ok=True for per key because to indicate that it's ok to create-or-update. need to come up with a way to allow skipping such annotation as it's pretty verbose.
few options:
[1] https://github.com/vmware-tanzu/carvel-ytt/blob/develop/examples/playground/basics/example-overlay-files/ops2.yml#L7-L10
The text was updated successfully, but these errors were encountered: