feat: add BackendConfig configuration for GKE (#314)

* add BackendConfig configuration
* update chart version
* modify sample secretName
This commit is contained in:
Takeshi Nakata 2020-04-27 09:14:23 +09:00 committed by GitHub
parent 6c32fbac27
commit c2d9c81258
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 28 additions and 1 deletions

View file

@ -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