From 2eef24b48e3a76a6d46780c5578bae358e292a80 Mon Sep 17 00:00:00 2001 From: Josh Heyer Date: Fri, 6 Dec 2024 09:44:22 -0800 Subject: [PATCH] docs: heading level in (#3806) Signed-off-by: Josh Heyer (cherry picked from commit 1b873886aa68c2295186d28beb483e9e1fab3efd) --- docs/src/cluster_conf.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/cluster_conf.md b/docs/src/cluster_conf.md index 43ed25b3fd..3634b11e59 100644 --- a/docs/src/cluster_conf.md +++ b/docs/src/cluster_conf.md @@ -47,7 +47,7 @@ CloudNativePG relies on [ephemeral volumes](https://kubernetes.io/docs/concepts/ for part of the internal activities. Ephemeral volumes exist for the sole duration of a pod's life, without persisting across pod restarts. -# Volume Claim Template for Temporary Storage +### Volume Claim Template for Temporary Storage The operator uses by default an `emptyDir` volume, which can be customized by using the `.spec.ephemeralVolumesSizeLimit field`. This can be overridden by specifying a volume claim template in the `.spec.ephemeralVolumeSource` field.