Closed DebakelOrakel closed 2 years ago
You're writing VolumeMode
but the PR removes VolumeName
- I guess that is just a mistake in the PR name/comment.
This PR would break my use case: I use the "default" VolumeNames and make sure these exist. I could switch to explicitly defining the VolumeName in existingVolume
to get rid of the else
case.
Out of curiosity: How are you using persistence with this chart?
I'm still in the process of setting up the ark cluster.
But for storage i use either ceph or topolvm (for local storage).
Closed, resolved by #20
Removes the volumeMode from pvc if not using an existing pv.