Hi,
I would like to achieve something like the below.
values.yaml.gotmpl
customer: xxxxx
domain: {{ .Values.customer }}.example.com
This obviously does not work. Is there another way to reference a previous variable in values.yaml.gotmpl that I'm missing?
Thanks!
Hi,
I would like to achieve something like the below.
values.yaml.gotmplThis obviously does not work. Is there another way to reference a previous variable in
values.yaml.gotmplthat I'm missing?Thanks!