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
9162e9629f
commit
aa28c70d01
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ spec:
|
|||
ingressClassName: {{ tpl . $ }}
|
||||
{{- end }}
|
||||
rules:
|
||||
- host: {{ tpl (.Values.server.ingress.hostname | default .Values.global.domain) $ }}
|
||||
- host: {{ tpl (.Values.server.ingress.hostname) $ | default .Values.global.domain }}
|
||||
http:
|
||||
paths:
|
||||
{{- with .Values.server.ingress.extraPaths }}
|
||||
|
|
Loading…
Reference in a new issue