Browse Source
Helm Chart: support wildcards for s3-ingress host by quoting value (#7155)
pull/7157/head
Thilo-Alexander Ginkel
1 month ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
k8s/charts/seaweedfs/templates/s3/s3-ingress.yaml
|
@ -41,6 +41,6 @@ spec: |
|
|
servicePort: {{ .Values.s3.port }} |
|
|
servicePort: {{ .Values.s3.port }} |
|
|
{{- end }} |
|
|
{{- end }} |
|
|
{{- if .Values.s3.ingress.host }} |
|
|
{{- if .Values.s3.ingress.host }} |
|
|
host: {{ .Values.s3.ingress.host }} |
|
|
|
|
|
|
|
|
host: {{ .Values.s3.ingress.host | quote }} |
|
|
{{- end }} |
|
|
{{- end }} |
|
|
{{- end }} |
|
|
{{- end }} |