Skip to content

Commit

Permalink
Include persistentvolumeclaims for otelAgent clusterRole resources (#528
Browse files Browse the repository at this point in the history
)
  • Loading branch information
srikanthccv authored Oct 14, 2024
1 parent beb19a7 commit 26e6603
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/k8s-infra/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: k8s-infra
description: Helm chart for collecting metrics and logs in K8s
type: application
version: 0.11.14
version: 0.11.15
appVersion: "0.109.0"
home: https://signoz.io
icon: https://signoz.io/img/SigNozLogo-orange.svg
Expand Down
2 changes: 1 addition & 1 deletion charts/k8s-infra/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ otelAgent:
rules:
# k8sattributes processor requires these permissions
- apiGroups: [""]
resources: ["pods", "namespaces", "nodes"]
resources: ["pods", "namespaces", "nodes", "persistentvolumeclaims"]
verbs: ["get", "list", "watch"]
- apiGroups: ["apps"]
resources: ["replicasets"]
Expand Down

0 comments on commit 26e6603

Please sign in to comment.