[FR] Allow using existing PVCs on Helm Chart #842
Labels
area/charts
Related to the Helm chart itself
area/kubernetes
k8s and related
triage/waiting
Waiting for triage
Is your feature request related to a problem? Please describe.
I cannot manage the PVCs myself outside of the Helm chart, which I'd like to use to uncouple the PVC from being dependent on the Helm release.
Describe the solution you'd like
Add an
existingClaim
orexistingPVC
or similar key to the charts, and have the Deployment point its volume to that PVC name, rather than the Helm release creating and managing a PVC from the given storageClass.The text was updated successfully, but these errors were encountered: