fix(argo-cd): add hostname of extraHost to tls hosts
Signed-off-by: Sjouke de Vries <info@sdvservices.nl>
This commit is contained in:
parent
b1f9827b17
commit
7ea0b21c54
1 changed files with 5 additions and 0 deletions
|
@ -55,6 +55,11 @@ spec:
|
||||||
{{- if .Values.server.ingress.tls }}
|
{{- if .Values.server.ingress.tls }}
|
||||||
- hosts:
|
- hosts:
|
||||||
- {{ .Values.server.ingress.hostname }}
|
- {{ .Values.server.ingress.hostname }}
|
||||||
|
{{- range .Values.server.ingress.extraHosts }}
|
||||||
|
{{- if .name }}
|
||||||
|
- {{ .name }}
|
||||||
|
{{- end }}
|
||||||
|
{{- end }}
|
||||||
secretName: argocd-server-tls
|
secretName: argocd-server-tls
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- with .Values.server.ingress.extraTls }}
|
{{- with .Values.server.ingress.extraTls }}
|
||||||
|
|
Loading…
Reference in a new issue