Skip to content

Commit 0da3493

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

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ All notable changes to this project will be documented in this file.
1212
- Use `--console-log-format` (or `CONSOLE_LOG_FORMAT`) to set the format to `plain` (default) or `json`.
1313
- Add support for `33.0.0` ([#722]).
1414
- Add Listener support for Druid ([#731]).
15+
- Add RBAC rule to helm template for automatic cluster domain detection ([#xxx]).
1516

1617
### Changed
1718

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