We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bcd54a commit d0ca7ffCopy full SHA for d0ca7ff
1 file changed
deploy/helm/secret-operator/templates/roles.yaml
@@ -156,9 +156,9 @@ rules:
156
- get
157
- patch
158
# 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.
+ # - get: fetched by the CSI controller to initialize the secret backend, and by the truststore
+ # controller during reconciliation.
+ # - watch + list: watched by the truststore controller to re-reconcile when a SecretClass changes.
162
# - create + patch (when CRD maintenance is enabled): used to deploy the default "tls" SecretClass.
163
- apiGroups:
164
- secrets.stackable.tech
0 commit comments