Replies: 1 comment
-
Mmmmh it's a good question, I don't think it's possible
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm evaluating some different tooling to automate some gitops-type operations. The specific action I need can be accomplished with
yq
with an expression like the following (probably not optimal, but it works):(In this case, the YAML file has multiple documents, which is why I'm selecting the document at index 1)
Example input YAML:
Output:
Is there a way to accomplish something like this with
updatecli
?Beta Was this translation helpful? Give feedback.
All reactions