We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df135a8 commit 0da3493Copy full SHA for 0da3493
2 files changed
CHANGELOG.md
@@ -12,6 +12,7 @@ All notable changes to this project will be documented in this file.
12
- Use `--console-log-format` (or `CONSOLE_LOG_FORMAT`) to set the format to `plain` (default) or `json`.
13
- Add support for `33.0.0` ([#722]).
14
- Add Listener support for Druid ([#731]).
15
+- Add RBAC rule to helm template for automatic cluster domain detection ([#xxx]).
16
17
### Changed
18
deploy/helm/druid-operator/templates/roles.yaml
@@ -13,6 +13,13 @@ rules:
verbs:
- list
- watch
+ # For automatic cluster domain detection
+ - apiGroups:
+ - ""
19
+ resources:
20
+ - nodes/proxy
21
+ verbs:
22
+ - get
23
- apiGroups:
24
- ""
25
resources:
0 commit comments