forgejo: Disable helm creating persistent storage

Signed-off-by: David Kirwan <davidkirwanirl@gmail.com>
This commit is contained in:
David Kirwan
2025-07-31 15:01:13 +01:00
parent f32c33a26b
commit bb997b6954

View File

@@ -309,7 +309,7 @@ serviceAccount:
## @param persistence.volumeName Name of persistent volume in PVC
persistence:
enabled: true
create: true
create: false
mount: true
claimName: gitea-shared-storage
size: 100Gi