update ks-core helm chart (#5247)

This commit is contained in:
hongming
2022-09-27 08:28:22 +08:00
committed by GitHub
parent 9e4f207c46
commit ecf8bac31d
6 changed files with 36 additions and 250 deletions

View File

@@ -18,6 +18,26 @@ rules:
verbs:
- '*'
---
apiVersion: iam.kubesphere.io/v1alpha2
kind: GlobalRole
metadata:
name: anonymous
rules: []
---
apiVersion: iam.kubesphere.io/v1alpha2
kind: GlobalRoleBinding
metadata:
name: anonymous
roleRef:
apiGroup: iam.kubesphere.io/v1alpha2
kind: GlobalRole
name: anonymous
subjects:
- apiGroup: iam.kubesphere.io/v1alpha2
kind: Group
name: system:unauthenticated
---
apiVersion: iam.kubesphere.io/v1alpha2