Help to modify "deep" values in a yaml file #1744
Replies: 1 comment
-
I already solved the problem. The solution is similar to this: #1736
Thanks!! |
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 need to modify the "spec" configuration (some env variables for the container) of this Kubernetes manifest:
https://github.com/elastic/elastic-agent/blob/8.6/deploy/kubernetes/elastic-agent-managed-kubernetes.yaml
I did it using bash:
However, the nodes after "spec" are having this added to them:
spec:
template:
spec:
containers: []
Example:
I have not been able to understand why, nor have I been able to solve it. I would really appreciate it if someone could give me a hand.
Regards.
Jhon
Beta Was this translation helpful? Give feedback.
All reactions