Skip to content

Commit

Permalink
update ks-core helm chart
Browse files Browse the repository at this point in the history
  • Loading branch information
ks-ci-bot committed Aug 10, 2023
1 parent 3490afc commit 46a0f38
Showing 1 changed file with 9 additions and 15 deletions.
24 changes: 9 additions & 15 deletions src/test/ks-core/templates/roletemplates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,13 +109,6 @@ spec:
- list
- get
- watch
- apiGroups:
- '*'
resources:
- clusters
- cluster
verbs:
- list

---
apiVersion: iam.kubesphere.io/v1beta1
Expand Down Expand Up @@ -189,12 +182,6 @@ spec:
- workloads
verbs:
- '*'
- apiGroups:
- '*'
resources:
- clusters
verbs:
- list
- apiGroups:
- resources.kubesphere.io
resources:
Expand Down Expand Up @@ -836,6 +823,8 @@ metadata:
iam.kubesphere.io/aggregate-to-regular: ""
iam.kubesphere.io/aggregate-to-viewer: ""
iam.kubesphere.io/aggregate-to-self-provisioner: ""
iam.kubesphere.io/hidden-role-template: 'true'
iam.kubesphere.io/basic-role-template: 'true'
kubesphere.io/managed: 'true'
name: workspace-view-workspace-settings
spec:
Expand Down Expand Up @@ -1212,9 +1201,13 @@ metadata:
annotations:
iam.kubesphere.io/role-template-rules: '{"project-settings": "view"}'
labels:
iam.kubesphere.io/category: project-settings
iam.kubesphere.io/category: namespace-settings
iam.kubesphere.io/scope: "namespace"
kubesphere.io/managed: "true"
iam.kubesphere.io/basic-role-template: 'true'
iam.kubesphere.io/hidden-role-template: 'true'
iam.kubesphere.io/aggregate-to-operator: ""
iam.kubesphere.io/aggregate-to-viewer: ""
name: namespace-view-project-settings
spec:
description:
Expand Down Expand Up @@ -1252,7 +1245,8 @@ metadata:
annotations:
iam.kubesphere.io/role-template-rules: '{"project-settings": "manage"}'
labels:
iam.kubesphere.io/category: project-settings
iam.kubesphere.io/category: namespace-settings
iam.kubesphere.io/hidden-role-template: 'true'
iam.kubesphere.io/scope: "namespace"
kubesphere.io/managed: "true"
name: namespace-manage-project-settings
Expand Down

0 comments on commit 46a0f38

Please sign in to comment.