doc: Fix spacing in sample values for enabling persistence (#97220)

Co-authored-by: Irene Rodriguez <irene.rodriguez@grafana.com>
This commit is contained in:
horacimacias
2024-12-02 12:42:04 +02:00
committed by GitHub
co-authored by Irene Rodriguez
parent 3ff4f23f2f
commit 54d183949e
3 changed files with 3 additions and 55 deletions
@@ -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
.......
............
......