We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 233c3f7 commit 67b34acCopy full SHA for 67b34ac
charts/capsule-proxy/templates/certmanager.yaml
@@ -46,11 +46,11 @@ spec:
46
dnsNames:
47
{{- if .Values.ingress.enabled -}}
48
{{- range $hosts := .Values.ingress.hosts }}
49
- - {{ $hosts.host }}
+ - {{ $hosts.host | quote }}
50
{{- end }}
51
52
{{- range $dns := .Values.certManager.certificate.dnsNames }}
53
- - {{ $dns }}
+ - {{ $dns | quote }}
54
55
{{- if $.Values.certManager.certificate.includeInternalServiceNames }}
56
- {{ include "capsule-proxy.fullname" . }}
0 commit comments