Files
kubesphere/config/ks-core/templates/oauthclient-config.yaml
smartcat999 23e7e6d179 update ks-core helm chart (#6401) (#6407)
fix: cherrypick update ks-core helm chart



(cherry picked from commit 7e2cafd15b)

Signed-off-by: peng wu <2030047311@qq.com>
2025-03-11 10:41:48 +08:00

20 lines
446 B
YAML

{{ if eq (include "multicluster.role" .) "host" }}
apiVersion: v1
stringData:
configuration.yaml: |
name: kubesphere
secret: kubesphere
grantMethod: auto
trusted: true
scopeRestrictions:
- 'openid'
- 'email'
- 'profile'
kind: Secret
metadata:
name: oauthclient-kubesphere
namespace: kubesphere-system
labels:
config.kubesphere.io/type: oauthclient
type: config.kubesphere.io/oauthclient
{{ end }}