Skip to content

Commit

Permalink
fix redirect url
Browse files Browse the repository at this point in the history
  • Loading branch information
splattner committed Jul 25, 2024
1 parent 2e561aa commit eb90e7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm-chart/templates/acend-ingres.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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=https%%3A%%2F%%2Fwebsite-{{ $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:
Expand Down

0 comments on commit eb90e7b

Please sign in to comment.