Skip to content

Commit

Permalink
Merge pull request #2239 from ks-ci-bot/cherry-pick-2224-to-release-3.4
Browse files Browse the repository at this point in the history
[release-3.4] fix: add rule get-devops to create-devops role
  • Loading branch information
pixiake authored Oct 9, 2023
2 parents daf0964 + b887414 commit 079077f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions roles/ks-core/prepare/files/ks-init/role-templates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1364,6 +1364,7 @@ rules:
verbs:
- create
- watch
- get

---
apiVersion: iam.kubesphere.io/v1alpha2
Expand Down Expand Up @@ -2227,6 +2228,12 @@ role:
verbs:
- create
- watch
- apiGroups:
- '*'
resources:
- devops
verbs:
- get
- apiGroups:
- monitoring.kubesphere.io
- metering.kubesphere.io
Expand Down

0 comments on commit 079077f

Please sign in to comment.