Skip to content

Commit 6b15e21

Browse files
committed
chore: Clarify why the legacy events rule is still required
1 parent dd3f765 commit 6b15e21

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

deploy/helm/secret-operator/templates/roles.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,9 @@ rules:
7171
- create
7272
- patch
7373
- update
74-
# Required by the external-provisioner sidecar, which uses the legacy core/v1 events API.
74+
# Required by the external-provisioner sidecar, which still uses the legacy core/v1 events
75+
# API (not events.k8s.io). See upstream RBAC:
76+
# https://github.com/kubernetes-csi/external-provisioner/blob/v5.3.0/deploy/kubernetes/rbac.yaml
7577
- apiGroups:
7678
- ""
7779
resources:

0 commit comments

Comments
 (0)