Helm Chart: support wildcards for s3-ingress host by quoting value (#7155)
This commit is contained in:
committed by
GitHub
parent
7d509feef6
commit
fd1a7b5e62
@@ -41,6 +41,6 @@ spec:
|
||||
servicePort: {{ .Values.s3.port }}
|
||||
{{- end }}
|
||||
{{- if .Values.s3.ingress.host }}
|
||||
host: {{ .Values.s3.ingress.host }}
|
||||
host: {{ .Values.s3.ingress.host | quote }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
|
||||
Reference in New Issue
Block a user