mirror of
https://github.com/bitnami/charts.git
synced 2026-02-14 07:07:09 +08:00
[bitnami/wordpress] Add support for SANs on certs (#4953)
* Add support for SANs on certs * Bump chart version * Use extraHosts instead * Remove `alternativeHostNames`
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.4.0
|
||||
version: 10.4.1
|
||||
|
||||
@@ -47,6 +47,9 @@ spec:
|
||||
{{- if .Values.ingress.tls }}
|
||||
- hosts:
|
||||
- {{ .Values.ingress.hostname }}
|
||||
{{- range .Values.ingress.extraHosts }}
|
||||
- {{ .name }}
|
||||
{{- end }}
|
||||
secretName: {{ printf "%s-tls" .Values.ingress.hostname }}
|
||||
{{- end }}
|
||||
{{- if .Values.ingress.extraTls }}
|
||||
|
||||
Reference in New Issue
Block a user