Skip to content

Commit adefa2a

Browse files
committed
chore: Clarify the verbs for nodes and pvcs
1 parent d0ca7ff commit adefa2a

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -113,10 +113,11 @@ rules:
113113
- patch
114114
- create
115115
- delete
116-
# Nodes: read by the CSI node service to look up node IPs for certificate SANs, and by the
117-
# external-provisioner sidecar for topology-aware scheduling.
118-
# PersistentVolumeClaims: read by the CSI controller service during CreateVolume to locate the
119-
# owning Pod and resolve listener scope, and by the external-provisioner sidecar for PVC binding.
116+
# Nodes are fetched to look up node IPs for certificate SANs. The external-provisioner
117+
# sidecar lists and watches Nodes for CSI volume topology (--feature-gates=Topology=true).
118+
# PersistentVolumeClaims are read by the CSI controller during CreateVolume to locate the
119+
# owning Pod and resolve listener scope. The external-provisioner sidecar watches PVCs to
120+
# trigger PV provisioning.
120121
- apiGroups:
121122
- ""
122123
resources:

0 commit comments

Comments
 (0)