Corrected annotation ex signin-url to auth-url

This commit is contained in:
Olve S. Hansen 2017-05-14 21:00:09 +02:00 committed by GitHub
parent 0aaffc964b
commit 4e94069bb9

View file

@ -24,7 +24,7 @@ metadata:
name: application name: application
annotations: annotations:
"ingress.kubernetes.io/auth-url": "https://$host/oauth2/auth" "ingress.kubernetes.io/auth-url": "https://$host/oauth2/auth"
"ingress.kubernetes.io/signin-url": "https://$host/oauth2/sign_in" "ingress.kubernetes.io/auth-signin": "https://$host/oauth2/sign_in"
... ...
``` ```