blakeblackshear / blakeshome-charts

Repo for helm charts
47 stars 62 forks source link

Enable usage of static provisioned volumes with volumeName #68

Open jlpedrosa opened 6 months ago

jlpedrosa commented 6 months ago
jseadragon commented 2 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?

jseadragon commented 2 months ago

I've since figured out that the functionality I needed exists in upstream already.

I used persistence.media.existingClaim and it worked great.