Skip to content

Commit

Permalink
Add Istio ServiceEntry permissions (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
kezhenxu94 authored Jun 20, 2023
1 parent 50fc481 commit e2c61c6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion chart/skywalking/templates/oap-clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,7 @@ rules:
- apiGroups: ["extensions"]
resources: ["deployments", "replicasets"]
verbs: ["get", "watch", "list"]
{{- end }}
- apiGroups: ["networking.istio.io"]
resources: ["serviceentries"]
verbs: ["get", "watch", "list"]
{{- end }}

0 comments on commit e2c61c6

Please sign in to comment.