Merge pull request #715 from olvesh/master

Corrected annotation ex `signin-url` to `auth-url`
This commit is contained in:
Manuel Alejandro de Brito Fontes 2017-05-14 16:03:59 -04:00 committed by GitHub
commit 07647fd313

View file

@ -24,7 +24,7 @@ metadata:
name: application
annotations:
"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"
...
```