Merge pull request #715 from olvesh/master
Corrected annotation ex `signin-url` to `auth-url`
This commit is contained in:
commit
07647fd313
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||||
...
|
...
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue