feat(helm): use an existing PVC as config volume (#2447)

This commit is contained in:
Sandesh Koirala
2026-02-16 02:09:11 -06:00
committed by GitHub
parent 04b9d87174
commit 8f0c904928
5 changed files with 9 additions and 4 deletions

View File

@@ -86,6 +86,8 @@ config:
# -- Name of the permanent volume to reference in the claim.
# Can be used to bind to existing volumes.
volumeName: ''
# -- Specify an existing `PersistentVolumeClaim` to use. If this value is provided, the default PVC will not be created
existingClaim: ''
ingress:
enabled: false