Skip to content
This repository has been archived by the owner on Apr 8, 2021. It is now read-only.

Commit

Permalink
Merge pull request #138 from hamzapurra/fix-urltemplate-config
Browse files Browse the repository at this point in the history
add urltemplate from values.yaml into configmap
  • Loading branch information
jstrachan authored Sep 10, 2018
2 parents 0e2f827 + c9100f8 commit ce48b1f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions charts/exposecontroller/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ data:
{{- end }}
{{- if .Values.config.pathMode }}
path-mode: {{ .Values.config.pathMode }}
{{- end }}
{{- if .Values.config.urltemplate }}
urltemplate: {{ .Values.config.urltemplate }}
{{- end }}
http: {{ .Values.config.http | default true }}
tls-acme: {{ .Values.config.tlsacme | default false }}
Expand Down

0 comments on commit ce48b1f

Please sign in to comment.