You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: kubernetes-monitoring/mgmtagent_helm/values.yaml
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,9 @@ namespace: mgmtagent
23
23
# By default, metric server will be deployed and used by Management Agent to collect metrics. You can set this to false if you already have metric server installed on your cluster
24
24
deployMetricServer: true
25
25
26
+
# Provide the storage class for StatefulSet's PVC. If not provided then the Cluster's default storage class will be used.
27
+
storageClass:
28
+
26
29
# Kubernetes Cluster details to monitor
27
30
kubernetesCluster:
28
31
# OCI Compartment Id to push Kubernetes Monitoring metrics. If not specified default is same as Agent compartment
0 commit comments