Skip to content

Allow customResources to use template vars like .Values (as in example values.yml)

Pavel T requested to merge curlup/auto-deploy-image:master into master

As in the example values.yaml override customResources shown to use

match: "Host(`{{ .Values.envName }}.{{ .Values.envURL }}`)"

and

port: {{ .Values.service.internalPort }}

but it's actually not working.

This is more a feature request though, because I'm not sure I'm able to make yaml/templating magic actually work, but the idea should be clear and anyone with yaml/tpl proficiency would be able to fix this right away.

Merge request reports