From b35522672b16bc4c760045783595a3b7df072efc Mon Sep 17 00:00:00 2001 From: "grafana-delivery-bot[bot]" <132647405+grafana-delivery-bot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 12:47:48 +0200 Subject: [PATCH] [v11.3.x] doc: Fix spacing in sample values for enabling persistence (#97238) Co-authored-by: Irene Rodriguez Co-authored-by: horacimacias Fix spacing in sample values for enabling persistence (#97220) --- docs/sources/setup-grafana/installation/helm/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/sources/setup-grafana/installation/helm/index.md b/docs/sources/setup-grafana/installation/helm/index.md index 566f73d5610..b22cfd4ce5a 100644 --- a/docs/sources/setup-grafana/installation/helm/index.md +++ b/docs/sources/setup-grafana/installation/helm/index.md @@ -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 ....... ............ ......