Skip to content

Commit

Permalink
Merge pull request #2224 from yudong2015/devops-3.4-dev
Browse files Browse the repository at this point in the history
fix: add rule get-devops to create-devops role
  • Loading branch information
ks-ci-bot authored Oct 9, 2023
2 parents 2b755f0 + d2a6e1f commit b6e83f3
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 b6e83f3

Please sign in to comment.