mirror of
https://github.com/bitnami/charts.git
synced 2026-03-06 15:10:15 +08:00
[bitnami/wordpress] Fix issue with wildcard ingress hosts (#4844)
* Fix issue with wildcard ingress hosts * Use the quote function
This commit is contained in:
@@ -31,4 +31,4 @@ name: wordpress
|
||||
sources:
|
||||
- https://github.com/bitnami/bitnami-docker-wordpress
|
||||
- http://www.wordpress.com/
|
||||
version: 10.1.5
|
||||
version: 10.1.6
|
||||
|
||||
@@ -32,7 +32,7 @@ spec:
|
||||
servicePort: http
|
||||
{{- end }}
|
||||
{{- range .Values.ingress.extraHosts }}
|
||||
- host: {{ .name }}
|
||||
- host: {{ .name | quote }}
|
||||
http:
|
||||
paths:
|
||||
- path: {{ default "/" .path }}
|
||||
|
||||
Reference in New Issue
Block a user