File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
deploy/helm/commons-operator/templates Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments