From 9162e9629f03ba9c2fe849734ee25620ab07dd78 Mon Sep 17 00:00:00 2001 From: gyajangi1 Date: Fri, 20 Dec 2024 14:44:30 +0530 Subject: [PATCH] Updated ingress.yaml Signed-off-by: gyajangi1 --- charts/argo-cd/templates/argocd-server/ingress.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/argo-cd/templates/argocd-server/ingress.yaml b/charts/argo-cd/templates/argocd-server/ingress.yaml index 27b7e6ba..498350a7 100644 --- a/charts/argo-cd/templates/argocd-server/ingress.yaml +++ b/charts/argo-cd/templates/argocd-server/ingress.yaml @@ -14,7 +14,7 @@ metadata: {{- with .Values.server.ingress.annotations }} annotations: {{- range $key, $value := . }} - {{ $key }}: {{ $value | quote }} + {{ $key }}: {{ tpl $value $ | quote }} {{- end }} {{- end }} spec: