feat(chart): enable persistence by default, discuss more in README

This commit is contained in:
Jack Henschel
2026-03-06 17:35:00 +01:00
parent af1a99c4dc
commit b47ef4e05d
5 changed files with 66 additions and 19 deletions
+1 -1
View File
@@ -217,7 +217,7 @@ certificate:
persistence:
# If disabled, an emptyDir (ephemeral!) will be used instead of a PVC.
# NOTE: Data will be lost on pod restart if persistence is disabled.
enabled: false
enabled: true
# Use an existing PVC instead of creating a new one.
claimName: ""
size: 10Gi