Skip to content

Commit b8164a9

Browse files
committed
Enable log collection for PersistentVolume and PersistentVolumeClaim
1 parent 71bafc3 commit b8164a9

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

charts/common/templates/clusterrole.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ rules:
2323
- batch
2424
- discovery.k8s.io
2525
- metrics.k8s.io
26+
- storage.k8s.io
2627
resources:
2728
- '*'
2829
verbs:

charts/logan/values.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -436,6 +436,10 @@ fluentd:
436436
api_endpoint: ""
437437
events:
438438
api_endpoint: ""
439+
persistent_volumes:
440+
api_endpoint: ""
441+
persistent_volume_claims:
442+
api_endpoint: ""
439443
daemon_sets:
440444
api_endpoint: apis/apps
441445
replica_sets:

0 commit comments

Comments
 (0)