Skip to content

Commit 636f471

Browse files
committed
feat(helm): Add RBAC rule for automatic cluster domain detection
1 parent 7eda913 commit 636f471

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,13 @@ rules:
1212
verbs:
1313
- list
1414
- watch
15+
# For automatic cluster domain detection
16+
- apiGroups:
17+
- ""
18+
resources:
19+
- nodes/proxy
20+
verbs:
21+
- get
1522
- apiGroups:
1623
- ""
1724
resources:

0 commit comments

Comments
 (0)