Skip to content

Commit 6bd521e

Browse files
committed
feat(helm): Add RBAC rule for automatic cluster domain detection
1 parent 33830f9 commit 6bd521e

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

deploy/helm/airflow-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)