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 9426cfd commit de6af29Copy full SHA for de6af29
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
- BREAKING: Add Listener support for Hive ([#605]).
14
- Add internal headless service in addition to the metrics service ([#613]).
15
+- Add RBAC rule to helm template for automatic cluster domain detection ([#xxx]).
16
17
### Changed
18
deploy/helm/hive-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