Skip to content

Commit

Permalink
add enable-feature Role (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
MatousJobanek authored Jul 3, 2024
1 parent e66f12f commit 7bf82e4
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions resources/roles/host.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -313,3 +313,27 @@ objects:
- "get"
- "list"
- "delete"

- kind: Role
apiVersion: rbac.authorization.k8s.io/v1
metadata:
name: enable-feature
labels:
provider: sandbox-sre
rules:
- apiGroups:
- toolchain.dev.openshift.com
resources:
- "toolchainconfigs"
verbs:
- "get"
- "list"
- apiGroups:
- toolchain.dev.openshift.com
resources:
- "spaces"
verbs:
- "get"
- "list"
- "patch"
- "update"

0 comments on commit 7bf82e4

Please sign in to comment.