Add missed rules in ves patch clusterrole 01/14501/1
authoraravind.est <aravindhan.a@est.tech>
Fri, 23 May 2025 17:28:06 +0000 (18:28 +0100)
committeraravind.est <aravindhan.a@est.tech>
Fri, 23 May 2025 17:28:06 +0000 (18:28 +0100)
Missed rules added to clusterrole

Issue-ID: NONRTRIC-1020
Change-Id: I92ba8b6f117f0d8e4467b0dd90e19d33ee1f5698
Signed-off-by: aravind.est <aravindhan.a@est.tech>
smo-install/oran_oom/smo/common/templates/vescollector-patch-rbac.yaml

index 7ec5d3d..38dbe57 100644 (file)
@@ -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