From 3ac51f26281bbfe356a63e58b13994b90caace33 Mon Sep 17 00:00:00 2001 From: yael-tramier Date: Wed, 5 Feb 2025 16:59:07 +0000 Subject: [PATCH] Replace claimName value to existingClaim to manage your PVC value for PostgreSQL chart. (#786) ### Description of the change Hello, following the documentation, I saw that there was a small error concerning the declaration of a PVC on the PostgreSQL part. So I just changed this value from claimName to existingClaim ### Applicable issues - Fixes #778 Reviewed-on: https://gitea.com/gitea/helm-chart/pulls/786 Reviewed-by: justusbunsi Co-authored-by: yael-tramier Co-committed-by: yael-tramier --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8163592..2b2ba4e 100644 --- a/README.md +++ b/README.md @@ -576,7 +576,7 @@ You can interact with the postgres settings as displayed in the following exampl postgresql: persistence: enabled: true - claimName: MyAwesomeGiteaPostgresClaim + existingClaim: MyAwesomeGiteaPostgresClaim ``` ### Admin User