Closed rfashwall closed 2 years ago
cc @jdolitsky
@rfashwall - actually, 3.4.1
may be more appropriate if you consider this a bug
@jdolitsky thanks for the feedback. It is updated now.
@jdolitsky please check 🙂
@rfashwall A few changes have happened since the last comments here, if you rebase and bump the chart version to 3.6.1
, we can get this merged through!
@rfashwall A few changes have happened since the last comments here, if you rebase and bump the chart version to
3.6.1
, we can get this merged through!
thanks @cbuto for the update, done
Issue (why)
volumeName for pvc is added and tight to pv, hence it is only added if pv is enabled. This is causing issues if pv is already created and want to create a pvc with this existing volume
Solution
volumeName for pvc should be independent from pv and added if found.
Test
using
helm template .
the below is generated successfully: