Skip to content

Commit

Permalink
Resolve wildcard domains by quoting the templated value
Browse files Browse the repository at this point in the history
  • Loading branch information
alehechka committed Apr 21, 2023
1 parent c39b450 commit 8467a2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/helm/kube-external-sync/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ spec:
- name: RESYNC_PERIOD
value: {{ .Values.config.resyncPeriod }}
- name: DEFAULT_INGRESS_HOSTNAME
value: {{ .Values.config.ingress.defaultHostname }}
value: {{ .Values.config.ingress.defaultHostname | quote }}
- name: ENABLE_TRAEFIK
value: {{ .Values.traefik.enabled | quote }}
ports:
Expand Down

0 comments on commit 8467a2f

Please sign in to comment.