Skip to content

Commit 1f407b5

Browse files
committed
feat: Update operator k8s role
1 parent aceabfb commit 1f407b5

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

config/rbac/cluster_role.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ rules:
77
- ""
88
resources:
99
- secrets
10+
- events
1011
verbs:
1112
- "*"
1213
- apiGroups:

config/rbac/role.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ rules:
99
- configmaps
1010
- secrets
1111
- services
12+
- events
1213
verbs:
1314
- "*"
1415
- apiGroups:

0 commit comments

Comments
 (0)