From e62ce4f3bf89ffc51afdec25802a1eec03e265c7 Mon Sep 17 00:00:00 2001 From: Horacio Granillo Date: Fri, 28 Jun 2024 10:29:45 +0200 Subject: [PATCH] [helm] add kafkanodepools to RBAC AggregateRoles Signed-off-by: Horacio Granillo --- .../templates/070-ClusterRole-strimzi-admin.yaml | 2 ++ .../templates/080-ClusterRole-strimzi-view.yaml | 1 + 2 files changed, 3 insertions(+) diff --git a/packaging/helm-charts/helm3/strimzi-kafka-operator/templates/070-ClusterRole-strimzi-admin.yaml b/packaging/helm-charts/helm3/strimzi-kafka-operator/templates/070-ClusterRole-strimzi-admin.yaml index afa58c4cd54..32e48d8c6e8 100644 --- a/packaging/helm-charts/helm3/strimzi-kafka-operator/templates/070-ClusterRole-strimzi-admin.yaml +++ b/packaging/helm-charts/helm3/strimzi-kafka-operator/templates/070-ClusterRole-strimzi-admin.yaml @@ -17,6 +17,8 @@ rules: - "kafka.strimzi.io" resources: - kafkas + - kafkanodepools + - kafkanodepools/scale - kafkaconnects - kafkaconnects/scale - kafkamirrormakers diff --git a/packaging/helm-charts/helm3/strimzi-kafka-operator/templates/080-ClusterRole-strimzi-view.yaml b/packaging/helm-charts/helm3/strimzi-kafka-operator/templates/080-ClusterRole-strimzi-view.yaml index 7525cbeb418..b29a20ee678 100644 --- a/packaging/helm-charts/helm3/strimzi-kafka-operator/templates/080-ClusterRole-strimzi-view.yaml +++ b/packaging/helm-charts/helm3/strimzi-kafka-operator/templates/080-ClusterRole-strimzi-view.yaml @@ -16,6 +16,7 @@ rules: - "kafka.strimzi.io" resources: - kafkas + - kafkanodepools - kafkaconnects - kafkamirrormakers - kafkausers