Helm Chart: support wildcards for s3-ingress host by quoting value (#7155)

This commit is contained in:
Thilo-Alexander Ginkel
2025-08-23 18:31:14 +02:00
committed by GitHub
parent 7d509feef6
commit fd1a7b5e62

View File

@@ -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 }}