Skip to content

Commit c46ff65

Browse files
committed
feat(helm): Add RBAC rule for automatic cluster domain detection
1 parent f4b3a16 commit c46ff65

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,13 @@ rules:
2525
verbs:
2626
- list
2727
- watch
28+
# For automatic cluster domain detection
29+
- apiGroups:
30+
- ""
31+
resources:
32+
- nodes/proxy
33+
verbs:
34+
- get
2835
- apiGroups:
2936
- ""
3037
resources:

0 commit comments

Comments
 (0)