feat: add BackendConfig configuration for GKE (#314)
* add BackendConfig configuration * update chart version * modify sample secretName
This commit is contained in:
parent
6c32fbac27
commit
c2d9c81258
4 changed files with 28 additions and 1 deletions
|
|
@ -561,6 +561,16 @@ server:
|
|||
clusterAdminAccess:
|
||||
enabled: true
|
||||
|
||||
## Enable BackendConfig custom resource for Google Kubernetes Engine
|
||||
GKEbackendConfig:
|
||||
enabled: false
|
||||
spec: {}
|
||||
# spec:
|
||||
# iap:
|
||||
# enabled: true
|
||||
# oauthclientCredentials:
|
||||
# secretName: argocd-secret
|
||||
|
||||
## Repo Server
|
||||
repoServer:
|
||||
name: repo-server
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue