Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/src/how-to/install/monitoring.rst
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ file.

# This configuration switches to use memory instead of disk for metrics services
# NOTE: If the pods are killed you WILL lose all your metrics history
prometheus-operator:
kube-prometheus-stack:
grafana:
persistence:
enabled: false
Expand All @@ -160,7 +160,7 @@ file.

.. code:: yaml

prometheus-operator:
kube-prometheus-stack:
grafana:
persistence:
storageClassName: "<my-storage-class>"
Expand Down