Skip to content

Commit 0a34f3b

Browse files
committed
[installer] Permissions for events
1 parent 55a2065 commit 0a34f3b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

install/installer/pkg/components/ws-daemon/clusterrole.go

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,14 @@ func clusterrole(ctx *common.RenderContext) ([]runtime.Object, error) {
9393
"update",
9494
},
9595
},
96+
rbacv1.PolicyRule{
97+
APIGroups: []string{""},
98+
Resources: []string{"events"},
99+
Verbs: []string{
100+
"create",
101+
"patch",
102+
},
103+
},
96104
),
97105
},
98106
}, nil

0 commit comments

Comments
 (0)