Fix duplicate volume claim name#178
Conversation
|
Thanks for the PR @spwoodcock, please also bump the chart version. |
|
My bad, it was late and I didn't look at this too thoroughly. I managed to fix my config with the workaround. So the config in this helm chart is invalid:
I'll update this PR to include a fix - removing redundant variables from the chart & incrementing a breaking change. Btw, I appreciate your work on this - easy oversight to make - very thankful the chart exists though 😄 |
|
I made a small non-breaking change to this effect:
I can make another PR removing the attachment PVCs entirely (breaking). |
Love this chart! One small problem with it during my migration.
This PR
Fixes #139
Closes #145 which has a breaking change.
But honestly, either approach would work for now, as
existingVolumeClaimis currently a broken option anyway.This PR updates the pvc for attachments, as I guess the idea was to mount the data and attachments separately, not to duplicate the data from a single pvc in two places?
Workarounds without this PR
attachmentsPathto somewhere else, such as/attachments, but ignore this path and actually use/data/attachments.