diff --git a/apps/gitea/env/k3s-cluster/values.yaml b/apps/gitea/env/k3s-cluster/values.yaml index 535ef5f..5fe6525 100644 --- a/apps/gitea/env/k3s-cluster/values.yaml +++ b/apps/gitea/env/k3s-cluster/values.yaml @@ -256,7 +256,7 @@ persistence: ## Requires persistence.enabled: true ## 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. ## Requires persistence.enabled: true ## Requires persistence.existingClaim: nil|false