From 0acf4e33f16f854b91fe373e103f705a32cedd2f Mon Sep 17 00:00:00 2001 From: Amanda Ibsen Date: Wed, 4 Dec 2024 12:40:47 +0000 Subject: [PATCH] try ingress template fix again --- applications/gafaelfawr/templates/ingress.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/gafaelfawr/templates/ingress.yaml b/applications/gafaelfawr/templates/ingress.yaml index ae275790a6..f1afdd9d90 100644 --- a/applications/gafaelfawr/templates/ingress.yaml +++ b/applications/gafaelfawr/templates/ingress.yaml @@ -31,7 +31,6 @@ spec: name: "gafaelfawr" port: number: 8080 - {{- if .Values.config.oidcServer.enabled }} - path: "/.well-known/jwks.json" pathType: Exact backend: @@ -46,6 +45,7 @@ spec: name: "gafaelfawr" port: number: 8080 + {{- if .Values.config.oidcServer.enabled }} {{- end }} {{- with .Values.ingress.additionalHosts }} {{- range . }}