Skip to content

Commit

Permalink
Merge branch 'reft' of https://github.com/fbm3307/ksctl into reft
Browse files Browse the repository at this point in the history
  • Loading branch information
fbm3307 committed Jul 3, 2024
2 parents 96cb72f + a838337 commit 7364404
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 7364404

Please sign in to comment.