Closed Marvin-Highcreek closed 7 months ago
This change enables dynamic variables in hostnames like below.
ingress: hostname: mailpit-{{ .Values.url.prefix }}.foo-{{ .Values.url.zone }}.bar.com
Thanks for the cool project by the way 👍
Cheers, Marvin
thanks!
This change enables dynamic variables in hostnames like below.
values.yaml
ingress: hostname: mailpit-{{ .Values.url.prefix }}.foo-{{ .Values.url.zone }}.bar.com
Thanks for the cool project by the way 👍
Cheers, Marvin