Skip to content

Commit 9b8ec13

Browse files
committed
chore: Simplify comments
1 parent cc65426 commit 9b8ec13

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

deploy/helm/hdfs-operator/templates/clusterrole-operator.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ rules:
5050
- get
5151
- list
5252
- patch
53-
# statefulsets are applied via SSA, tracked for orphan cleanup, and watched via .owns().
53+
# statefulsets are applied via SSA, tracked for orphan cleanup.
5454
- apiGroups:
5555
- apps
5656
resources:
@@ -105,8 +105,7 @@ rules:
105105
- listeners
106106
verbs:
107107
- get
108-
# Watch HdfsClusters for reconciliation (list + watch via Controller::new(), get during
109-
# reconcile). Status is patched via a separate rule on the /status subresource.
108+
# Watch HdfsClusters for reconciliation
110109
- apiGroups:
111110
- {{ include "operator.name" . }}.stackable.tech
112111
resources:

0 commit comments

Comments
 (0)