Fix ks-core helm chart (#5101)

This commit is contained in:
hongming
2022-07-27 18:31:53 +08:00
committed by GitHub
parent 1f2f6157d7
commit 965dbb5ca7
3 changed files with 239 additions and 2 deletions

View File

@@ -38,7 +38,13 @@ image:
config:
# Specifies whether the kubesphere-config configmap should be created
create: true
authentication: {}
authentication:
oauthOptions:
clients:
- name: kubesphere
secret: kubesphere
redirectURIs:
- '*'
# Jwt Secret is required by ks-apiserver, a random string would be generated if it's empty
jwtSecret: ""
multicluster: {}