Corrected annotation ex signin-url
to auth-url
This commit is contained in:
parent
0aaffc964b
commit
4e94069bb9
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