Skip to content

Commit d0ca7ff

Browse files
committed
chore: Clarify the get for secretclasses
1 parent 7bcd54a commit d0ca7ff

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -156,9 +156,9 @@ rules:
156156
- get
157157
- patch
158158
# SecretClasses: the primary configuration CRD.
159-
# - watched via .watches_stream() in the truststore controller to trigger re-reconciliation
160-
# when a referenced SecretClass changes.
161-
# - read in reconcile() to initialise the secret backend.
159+
# - get: fetched by the CSI controller to initialize the secret backend, and by the truststore
160+
# controller during reconciliation.
161+
# - watch + list: watched by the truststore controller to re-reconcile when a SecretClass changes.
162162
# - create + patch (when CRD maintenance is enabled): used to deploy the default "tls" SecretClass.
163163
- apiGroups:
164164
- secrets.stackable.tech

0 commit comments

Comments
 (0)