reverted changes

Signed-off-by: gyajangi1 <Sandeep.Gyajangi@ge.com>
This commit is contained in:
gyajangi1 2024-12-19 12:29:05 +05:30
parent 65ba262196
commit 2e9cd98756

View file

@ -28,8 +28,8 @@ spec:
{{- with .Values.server.ingress.extraPaths }} {{- with .Values.server.ingress.extraPaths }}
{{- tpl (toYaml .) $ | nindent 10 }} {{- tpl (toYaml .) $ | nindent 10 }}
{{- end }} {{- end }}
- path: {{ tpl .Values.server.ingress.path $ }} - path: {{ .Values.server.ingress.path }}
pathType: {{ tpl .Values.server.ingress.pathType $ }} pathType: {{ $.Values.server.ingress.pathType }}
backend: backend:
service: service:
name: {{ include "argo-cd.server.fullname" . }} name: {{ include "argo-cd.server.fullname" . }}
@ -39,8 +39,8 @@ spec:
- host: {{ tpl .name $ | quote }} - host: {{ tpl .name $ | quote }}
http: http:
paths: paths:
- path: {{ tpl (default $.Values.server.ingress.path .path) $ }} - path: {{ default $.Values.server.ingress.path .path }}
pathType: {{ tpl (default $.Values.server.ingress.pathType .pathType) $ }} pathType: {{ default $.Values.server.ingress.pathType .pathType }}
backend: backend:
service: service:
name: {{ include "argo-cd.server.fullname" $ }} name: {{ include "argo-cd.server.fullname" $ }}