Skip to content

Commit

Permalink
Adding the configmap into cluster role for oap init mode (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrproliu committed Jun 13, 2023
1 parent 24a886b commit 50fc481
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Release Notes.
- Add helm chart for swck v0.7.0.
- Add `pprof` port export in satellite.
- Trunc the resource name in swck's helm chart to no more than 63 characters.
- Adding the `configmap` into cluster role for oap init mode.

4.4.0
------------------
Expand Down
2 changes: 1 addition & 1 deletion chart/skywalking/templates/oap-clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ metadata:
heritage: "{{ .Release.Service }}"
rules:
- apiGroups: [""]
resources: ["pods", "pods/log", "endpoints", "services", "nodes", "namespaces"]
resources: ["pods", "pods/log", "endpoints", "services", "nodes", "namespaces", "configmaps"]
verbs: ["get", "watch", "list"]
- apiGroups: ["extensions"]
resources: ["deployments", "replicasets"]
Expand Down

0 comments on commit 50fc481

Please sign in to comment.