From 4d06899e48024aaab374b0fbf57b8b18ebdcbafb Mon Sep 17 00:00:00 2001 From: Tristan Duverger Date: Fri, 4 Oct 2024 19:23:00 +0200 Subject: [PATCH] fix(argo-cd): invalid reference to ingress in gateway route Signed-off-by: Tristan Duverger --- charts/argo-cd/templates/argocd-server/gateway-httproute.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/argo-cd/templates/argocd-server/gateway-httproute.yaml b/charts/argo-cd/templates/argocd-server/gateway-httproute.yaml index 5526cadd..d3d8bca1 100644 --- a/charts/argo-cd/templates/argocd-server/gateway-httproute.yaml +++ b/charts/argo-cd/templates/argocd-server/gateway-httproute.yaml @@ -30,7 +30,7 @@ spec: {{- toYaml . | nindent 4 }} {{- end }} rules: - {{- with .Values.server.ingress.extraRules }} + {{- with .Values.server.gateway.httpRoute.extraRules }} {{- tpl (toYaml .) $ | nindent 4 }} {{- end }} - matches: