- Now supports a external PVC to be attached to the container;

- Added parameters to include a external PVC;
This commit is contained in:
Filipe Souza
2024-01-25 00:43:55 -03:00
parent 2fdb55f4dd
commit 3f00d4ad0d
4 changed files with 14 additions and 2 deletions

View File

@@ -9,6 +9,10 @@ server:
labels: { }
# -- (dict) Define some parameters for the storage volume
storage:
# -- (bool) Define if it will use an existing PVC containing the installation data.
external: false
# -- (bool) The external PVC name to use.
externalName: ""
# -- Keeps helm from deleting the PVC. By default, helm does not delete pvcs.
preventDelete: false
# -- The size of the pvc storage.