How Can I update node of one yaml file from content of another yaml file? #1891
Unanswered
allwritesri
asked this question in
Q&A
Replies: 1 comment
-
You can do it like this:
|
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I have two yaml files:
I want to update file1.yaml's
configmap.data
with file2.yaml'sconfig
and save it back infile1.yaml
so file1.yaml becomes:How can I do this?
Beta Was this translation helpful? Give feedback.
All reactions