Skip to content

Commit ff765bd

Browse files
committed
fix(manifests/setup): missing watch verb for events in setup files
Signed-off-by: thomasgouveia <[email protected]>
1 parent 213a8bb commit ff765bd

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

manifests/setup/fluent-operator-clusterRole.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ rules:
3030
resources:
3131
- events
3232
verbs:
33-
- list
33+
- list
34+
- watch
3435
- apiGroups:
3536
- ""
3637
resources:

manifests/setup/setup.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39196,6 +39196,7 @@ rules:
3919639196
- events
3919739197
verbs:
3919839198
- list
39199+
- watch
3919939200
- apiGroups:
3920039201
- ""
3920139202
resources:

0 commit comments

Comments
 (0)