Skip to content

Commit 5bb57b4

Browse files
committed
feat(helm): Add RBAC rule for automatic cluster domain detection
1 parent c28b904 commit 5bb57b4

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ All notable changes to this project will be documented in this file.
66

77
### Added
88

9+
- Add RBAC rule to Helm template for automatic cluster domain detection ([#xxx]).
910
- Adds new telemetry CLI arguments and environment variables ([#349]).
1011
- Use `--file-log-max-files` (or `FILE_LOG_MAX_FILES`) to limit the number of log files kept.
1112
- Use `--file-log-rotation-period` (or `FILE_LOG_ROTATION_PERIOD`) to configure the frequency of rotation.

deploy/helm/commons-operator/templates/roles.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,13 @@ rules:
1717
- get
1818
- list
1919
- watch
20+
# For automatic cluster domain detection
21+
- apiGroups:
22+
- ""
23+
resources:
24+
- nodes/proxy
25+
verbs:
26+
- get
2027
- apiGroups:
2128
- apps
2229
resources:

0 commit comments

Comments
 (0)