yekibud commented on PR #120:
URL: https://github.com/apache/couchdb-helm/pull/120#issuecomment-1601794644

   > Most k8s environments would instead just have the user create a PVC 
themselves, PVs get generated from the CSI driver and the only thing this chart 
needs as input is the name of the PVC so it knows what to mount on the volume. 
It shouldn't need to manage PV or PVC objects if you want to use existing 
Claims.
   
   You mean from a parent chart?  You would still have to template out the PV 
and PVC and specify an existing `volumeID`, etc. if you wanted to use an 
existing claim like from a backup/snapshot, wouldn't you?  The current 
implementation allows you to do everything by simply providing values, which 
seems preferable to me, but I can't say if that represents "most k8s 
environments", so defer to others and the maintainers to weigh in.  Your 
changes are pretty minor and straight forward, so probably fine to support both 
approaches, I suppose.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to