mirror of
https://github.com/amkartashov/gf-k8s.git
synced 2026-01-11 01:49:44 +00:00
fix: typo in values for oauth2-proxy
This commit is contained in:
parent
0c90b38d29
commit
34b6d4d06c
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ oauth2-proxy:
|
||||||
enabled: true
|
enabled: true
|
||||||
restricted_access: |-
|
restricted_access: |-
|
||||||
gorilych@gmail.com
|
gorilych@gmail.com
|
||||||
ngress:
|
ingress:
|
||||||
enabled: true
|
enabled: true
|
||||||
annotations:
|
annotations:
|
||||||
kubernetes.io/ingress.class: nginx
|
kubernetes.io/ingress.class: nginx
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue