wiremock / helm-charts

Helm Chart for Wiremock deployment on Kubernetes
https://wiremock.github.io/helm-charts/
Apache License 2.0
19 stars 32 forks source link

Templating additional values #32

Open rliskunov opened 6 months ago

rliskunov commented 6 months ago

I'm using additional variables inside values.yaml.

For example, domain: {{ .Chart.Name }}.{{ .Values.ingress.stage }} and I add it to ingress.hosts[0].{{ domain }}.

However, the values are not substituted after templating. This is due to the lack of a call to the tpl function. This Pull Request is designed to solve this problem

Additionally, I put .gitignore to exclude unused files from the repository.

References

Submitter checklist