From 2e561aa6b62c67995654732bc0f57a748e33a84b Mon Sep 17 00:00:00 2001 From: Sebastian Plattner Date: Thu, 25 Jul 2024 20:22:26 +0200 Subject: [PATCH] fix redirect url --- helm-chart/templates/acend-ingres.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm-chart/templates/acend-ingres.yaml b/helm-chart/templates/acend-ingres.yaml index 3c176994..e7c18c49 100644 --- a/helm-chart/templates/acend-ingres.yaml +++ b/helm-chart/templates/acend-ingres.yaml @@ -53,7 +53,7 @@ metadata: {{- with .Values.ingress.annotations }} annotations: {{- toYaml . | nindent 4 }} - nginx.ingress.kubernetes.io/auth-signin: https://github-oauth-proxy.acend.ch/oauth2/start?rd=website-{{ $releaseName }}.test.acend.ch + nginx.ingress.kubernetes.io/auth-signin: https://github-oauth-proxy.acend.ch/oauth2/start?rd=https%%3A%%2F%%2Fwebsite-{{ $releaseName }}.test.acend.ch nginx.ingress.kubernetes.io/auth-url: https://github-oauth-proxy.acend.ch/oauth2/auth {{- end }} spec: