From: aravind.est Date: Fri, 23 May 2025 17:28:06 +0000 (+0100) Subject: Add missed rules in ves patch clusterrole X-Git-Tag: l-release~7 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=7fb7d539a77a5510638033b65f195c1cfd90cc79;p=it%2Fdep.git Add missed rules in ves patch clusterrole Missed rules added to clusterrole Issue-ID: NONRTRIC-1020 Change-Id: I92ba8b6f117f0d8e4467b0dd90e19d33ee1f5698 Signed-off-by: aravind.est --- 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