helm-charts icon indicating copy to clipboard operation
helm-charts copied to clipboard

fix(cnpg-cluster): Properly handle bool value for resizeInUseVolumes

Open Tassatux opened this issue 1 year ago • 0 comments

If we set persistence.resizeInUseVolumes value to false, this was never added to CR as it's considered as an empty value and so 'with' section was skipped. So check if a value is provided instead.

Tassatux avatar Sep 04 '23 12:09 Tassatux