This is an automated email from the ASF dual-hosted git repository.

innerpeacez pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-kubernetes.git


The following commit(s) were added to refs/heads/master by this push:
     new febbcac  add namespaces resources (#113)
febbcac is described below

commit febbcac96fef0974fb94abee647dab116f7c20a5
Author: innerpeacez <innerpeace.z...@gmail.com>
AuthorDate: Wed Mar 22 14:57:58 2023 +0800

    add namespaces resources (#113)
---
 chart/skywalking/templates/oap-clusterrole.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/chart/skywalking/templates/oap-clusterrole.yaml 
b/chart/skywalking/templates/oap-clusterrole.yaml
index f38ef68..591d5ec 100644
--- a/chart/skywalking/templates/oap-clusterrole.yaml
+++ b/chart/skywalking/templates/oap-clusterrole.yaml
@@ -25,7 +25,7 @@ metadata:
     heritage: "{{ .Release.Service }}"
 rules:
 - apiGroups: [""]
-  resources: ["pods", "pods/log", "endpoints", "services", "nodes"]
+  resources: ["pods", "pods/log", "endpoints", "services", "nodes", 
"namespaces"]
   verbs: ["get", "watch", "list"]
 - apiGroups: ["extensions"]
   resources: ["deployments", "replicasets"]

Reply via email to