diff --git a/api/v2/helper/seed_access.go b/api/v2/helper/seed_access.go index ec17367..ab7fd8b 100644 --- a/api/v2/helper/seed_access.go +++ b/api/v2/helper/seed_access.go @@ -208,7 +208,7 @@ func ensureShootRBAC(ctx context.Context, shootConfig *rest.Config, shootNamespa { APIGroups: []string{""}, Resources: []string{"events"}, - Verbs: []string{"*"}, + Verbs: []string{"create", "patch"}, }, { APIGroups: []string{"apiextensions.k8s.io", ""},