Skip to content

Commit 70479c7

Browse files
committed
Merge branch 'nbarri/pv_pvc' of https://github.com/oracle-quickstart/oci-kubernetes-monitoring into v3.0.2
2 parents a0c5859 + b8164a9 commit 70479c7

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
@@ -459,6 +459,10 @@ fluentd:
459459
api_endpoint: ""
460460
events:
461461
api_endpoint: ""
462+
persistent_volumes:
463+
api_endpoint: ""
464+
persistent_volume_claims:
465+
api_endpoint: ""
462466
daemon_sets:
463467
api_endpoint: apis/apps
464468
replica_sets:

0 commit comments

Comments
 (0)