Skip to content

Commit 7bcd54a

Browse files
committed
chore: Add missing rule comments
1 parent 69b8773 commit 7bcd54a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,9 @@ rules:
215215
- create
216216
- patch
217217
{{ if .Capabilities.APIVersions.Has "security.openshift.io/v1" }}
218+
# OpenShift SecurityContextConstraints: allows the operator's ServiceAccount to use the
219+
# custom SCC defined above, which grants host-path volumes and bidirectional mount propagation
220+
# required by the CSI driver.
218221
- apiGroups:
219222
- security.openshift.io
220223
resourceNames:

0 commit comments

Comments
 (0)