Open jlpedrosa opened 6 months ago
I believe this PR has some changes that I need - I am trying to mount a PV that is pointed at an external disk. I used to do this via the extraVolumeMounts
and extraVolumes
, but now that the helm chart is directly generating the mounts for storage I cannot overload it anymore.
Is there anything I can do to help get this PR merged @jlpedrosa?
I've since figured out that the functionality I needed exists in upstream already.
I used persistence.media.existingClaim
and it worked great.