Support for existingClaim in persistence
Most helm charts support passing an `existingClaim`, so that cluster operators can create claims separately where persistence is needed. This does not seem possible with current helm charts. Currently, gitlab chart offers what I consider as a relatively "complex" section on how to rebind the generic pvc to new volumes. Having the option to specify "existingClaim" for all the subsystem that require persistence would help.
issue