Skip to content

Commit 2235137

Browse files
authored
give konflux-admins rights on tektoninstallersets (#7631)
Signed-off-by: Andy Sadler <[email protected]>
1 parent f50a3d7 commit 2235137

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

components/authentication/base/konflux-admins.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -391,6 +391,18 @@ rules:
391391
- patch
392392
- update
393393
- delete
394+
- apiGroups:
395+
- operator.tekton.dev
396+
resources:
397+
- tektoninstallersets
398+
verbs:
399+
- create
400+
- get
401+
- list
402+
- watch
403+
- patch
404+
- update
405+
- delete
394406
---
395407
apiVersion: rbac.authorization.k8s.io/v1
396408
kind: ClusterRoleBinding

0 commit comments

Comments
 (0)