issue rendering {{ .value.test }} #1760
Unanswered
sabreensalama
asked this question in
Q&A
Replies: 1 comment
-
It looks like you're trying to set it as a HELM template - which isn't actually valid yaml (the issue is the |
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.
-
Hi, I need to add new field to template file using yq4 but everytime, I get a strange result, here is the commnd
yq4 eval --inplace '.spec.template.spec += {"subdomain": "{{.Values.global.deployment.subdomain}}"}' test.yml
I got it with the below format
subdomain: '{{
{{}}.Values.global.deployment.subdomain{{
}}}}'
but I need it to be:
subdomain: {{ .Values.global.deployment.subdomain }}
is there any help?
Beta Was this translation helpful? Give feedback.
All reactions