File tree Expand file tree Collapse file tree 4 files changed +22
-1
lines changed
Expand file tree Collapse file tree 4 files changed +22
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ metadata:
66kind : ClusterRole
77apiVersion : rbac.authorization.k8s.io/v1
88metadata :
9+ # "namespace" omitted since ClusterRoles are not namespaced
910 name : crier
1011rules :
1112- apiGroups :
Original file line number Diff line number Diff line change 1515 verbs :
1616 - get
1717 - list
18+ - watch
19+ # Required when deck runs with `--rerun-creates-job=true`
20+ - create
1821---
1922kind : RoleBinding
2023apiVersion : rbac.authorization.k8s.io/v1beta1
Original file line number Diff line number Diff line change 3333 - create
3434 - delete
3535 - list
36- - patch
3736---
3837kind : RoleBinding
3938apiVersion : rbac.authorization.k8s.io/v1beta1
Original file line number Diff line number Diff line change @@ -15,6 +15,24 @@ rules:
1515 verbs :
1616 - delete
1717 - list
18+ - watch
19+ - get
20+ - apiGroups :
21+ - " "
22+ resources :
23+ - configmaps
24+ resourceNames :
25+ - prow-sinker-leaderlock
26+ verbs :
27+ - get
28+ - update
29+ - apiGroups :
30+ - " "
31+ resources :
32+ - configmaps
33+ - events
34+ verbs :
35+ - create
1836---
1937kind : Role
2038apiVersion : rbac.authorization.k8s.io/v1beta1
You can’t perform that action at this time.
0 commit comments