Skip to content

Commit c7eb802

Browse files
committed
feat(helm): Add RBAC rule for automatic cluster domain detection
1 parent 342946c commit c7eb802

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
@@ -11,6 +11,7 @@ All notable changes to this project will be documented in this file.
1111
- Use `--file-log-rotation-period` (or `FILE_LOG_ROTATION_PERIOD`) to configure the frequency of rotation.
1212
- Use `--console-log-format` (or `CONSOLE_LOG_FORMAT`) to set the format to `plain` (default) or `json`.
1313
- Add support for Kafka 3.9.1 ([#866]).
14+
- Add RBAC rule to helm template for automatic cluster domain detection ([#xxx]).
1415

1516
### Changed
1617

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