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:
gyajangi1 2024-12-24 15:19:58 +05:30
parent 9162e9629f
commit aa28c70d01

View file

@ -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 }}