Skip to content

Commit

Permalink
Merge branch 'master' into reft
Browse files Browse the repository at this point in the history
  • Loading branch information
fbm3307 authored Jul 3, 2024
2 parents 804bd0f + 7bf82e4 commit a838337
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 a838337

Please sign in to comment.