Skip to content

Commit d8c8345

Browse files
committed
feat(helm): Add RBAC rule for automatic cluster domain detection
1 parent 0d72465 commit d8c8345

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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

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

0 commit comments

Comments
 (0)