Update charts/argo-cd/templates/argocd-server/ingress.yaml
Co-authored-by: Marco Maurer (-Kilchhofer) <mkilchhofer@users.noreply.github.com> Signed-off-by: gyajangi1 <Sandeep.Gyajangi@ge.com>
This commit is contained in:
parent
aa28c70d01
commit
207942608a
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ spec:
|
||||||
tls:
|
tls:
|
||||||
{{- if .Values.server.ingress.tls }}
|
{{- if .Values.server.ingress.tls }}
|
||||||
- hosts:
|
- hosts:
|
||||||
- {{ tpl (.Values.server.ingress.hostname | default .Values.global.domain) $ }}
|
- {{ tpl (.Values.server.ingress.hostname) $ | default .Values.global.domain }}
|
||||||
{{- range .Values.server.ingress.extraHosts }}
|
{{- range .Values.server.ingress.extraHosts }}
|
||||||
{{- if .name }}
|
{{- if .name }}
|
||||||
- {{ tpl .name $ }}
|
- {{ tpl .name $ }}
|
||||||
|
|
Loading…
Reference in a new issue