We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e61193 commit 5327d7eCopy full SHA for 5327d7e
components/authentication/base/konflux-admins.yaml
@@ -1,5 +1,5 @@
1
-kind: ClusterRole
2
apiVersion: rbac.authorization.k8s.io/v1
+kind: ClusterRole
3
metadata:
4
name: konflux-admins
5
rules:
@@ -354,11 +354,11 @@ rules:
354
verbs:
355
- '*'
356
- apiGroups:
357
- - kueue.x-k8s.io
+ - kueue.x-k8s.io
358
resources:
359
- - '*'
+ - '*'
360
361
362
363
- flowcontrol.apiserver.k8s.io
364
@@ -368,6 +368,12 @@ rules:
368
- get
369
- list
370
- watch
371
+ - apiGroups:
372
+ - project.openshift.io
373
+ resources:
374
375
+ verbs:
376
377
---
378
379
kind: ClusterRoleBinding
0 commit comments