[v11.3.x] doc: Fix spacing in sample values for enabling persistence (#97238)

Co-authored-by: Irene Rodriguez <irene.rodriguez@grafana.com>
Co-authored-by: horacimacias <horacimacias@gmail.com>
Fix spacing in sample values for enabling persistence (#97220)
This commit is contained in:
grafana-delivery-bot[bot]
2024-12-02 12:47:48 +02:00
committed by GitHub
parent c8031ed338
commit b35522672b
@@ -222,9 +222,9 @@ To enable the persistent storage in the Grafana Helm charts, complete the follow
............
......
persistence:
type: pvc
enabled: true
# storageClassName: default
type: pvc
enabled: true
# storageClassName: default
.......
............
......