From 7fb7d539a77a5510638033b65f195c1cfd90cc79 Mon Sep 17 00:00:00 2001 From: "aravind.est" Date: Fri, 23 May 2025 18:28:06 +0100 Subject: [PATCH] Add missed rules in ves patch clusterrole Missed rules added to clusterrole Issue-ID: NONRTRIC-1020 Change-Id: I92ba8b6f117f0d8e4467b0dd90e19d33ee1f5698 Signed-off-by: aravind.est --- .../oran_oom/smo/common/templates/vescollector-patch-rbac.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/smo-install/oran_oom/smo/common/templates/vescollector-patch-rbac.yaml b/smo-install/oran_oom/smo/common/templates/vescollector-patch-rbac.yaml index 7ec5d3db..38dbe57c 100644 --- a/smo-install/oran_oom/smo/common/templates/vescollector-patch-rbac.yaml +++ b/smo-install/oran_oom/smo/common/templates/vescollector-patch-rbac.yaml @@ -31,8 +31,8 @@ metadata: "helm.sh/hook": pre-install "helm.sh/hook-weight": "1" rules: - - apiGroups: ['kafka.strimzi.io'] - resources: ['kafkausers'] + - apiGroups: ['apps'] + resources: ['deployments'] verbs: ["get","list","watch","patch","update"] --- apiVersion: rbac.authorization.k8s.io/v1 -- 2.16.6