Updated ingress.yaml

Signed-off-by: gyajangi1 <Sandeep.Gyajangi@ge.com>
This commit is contained in:
gyajangi1 2024-12-20 14:44:30 +05:30
parent 2e9cd98756
commit 9162e9629f

View file

@ -14,7 +14,7 @@ metadata:
{{- with .Values.server.ingress.annotations }}
annotations:
{{- range $key, $value := . }}
{{ $key }}: {{ $value | quote }}
{{ $key }}: {{ tpl $value $ | quote }}
{{- end }}
{{- end }}
spec: