fix gitea pvc name issue

This commit is contained in:
2024-07-20 02:35:03 +10:00
parent fdd97fba14
commit 92cdbd4804

View File

@@ -256,7 +256,7 @@ persistence:
## Requires persistence.enabled: true ## Requires persistence.enabled: true
## If defined, PVC must be created manually before volume will be bound ## If defined, PVC must be created manually before volume will be bound
## ##
existingClaim: "" existingClaim: "gitea-pvc"
## @param persistence.hostPath If defined, the gitea-data volume will mount to the specified hostPath. ## @param persistence.hostPath If defined, the gitea-data volume will mount to the specified hostPath.
## Requires persistence.enabled: true ## Requires persistence.enabled: true
## Requires persistence.existingClaim: nil|false ## Requires persistence.existingClaim: nil|false