Skip to content

Commit

Permalink
fix[opentelemetry-kube-stack] add persistentvolumeclaims to ClusterRole
Browse files Browse the repository at this point in the history
  • Loading branch information
genadipost authored and Genady Postrilko committed Dec 5, 2024
1 parent 6a2e7da commit 5cab8df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions charts/opentelemetry-kube-stack/templates/clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ rules:
- pods
- events
- secrets
- persistentvolumeclaims
verbs: ["get", "list", "watch"]
- apiGroups: ["monitoring.coreos.com"]
resources:
Expand Down

0 comments on commit 5cab8df

Please sign in to comment.