19 lines
415 B
YAML
19 lines
415 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
|
|
labels:
|
|
config.kubesphere.io/type: oauthclient
|
|
type: config.kubesphere.io/oauthclient
|
|
{{ end }} |