Skip to content

Commit de6af29

Browse files
committed
feat(helm): Add RBAC rule for automatic cluster domain detection
1 parent 9426cfd commit de6af29

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
- BREAKING: Add Listener support for Hive ([#605]).
1414
- Add internal headless service in addition to the metrics service ([#613]).
15+
- Add RBAC rule to helm template for automatic cluster domain detection ([#xxx]).
1516

1617
### Changed
1718

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