Skip to content

Commit

Permalink
docs: heading level in (cloudnative-pg#3806)
Browse files Browse the repository at this point in the history
Signed-off-by: Josh Heyer <[email protected]>
(cherry picked from commit 1b87388)
  • Loading branch information
josh-heyer committed Dec 6, 2024
1 parent 3dea456 commit 2eef24b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/cluster_conf.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 2eef24b

Please sign in to comment.