in my setup chartHome does not only cache the helmcharts applied on a local directory, and therefor keeping netowrk traffic low.
but it also serves as a quick mockup dir where i can test adjustments on charts before making a pr, customizations etc. add additional resources. or express them as patchonmergestrategy(orwhateverkustomizecalledit)
anyways. kpt has this wierd behaviour that it does try to mount the chartHome directory or in case it does not find it downloads it into the container. (until now just as kustomize would), but the point is the --network flag.
it gives, from my point of view, the impression to give network privilege to the container but its just to open a connection to the source of the chart and able to download it.
if there is a new chart or a version change it would imply a --network flag on any call.
do i confuse something?
in my setup chartHome does not only cache the helmcharts applied on a local directory, and therefor keeping netowrk traffic low.
but it also serves as a quick mockup dir where i can test adjustments on charts before making a pr, customizations etc. add additional resources. or express them as patchonmergestrategy(orwhateverkustomizecalledit)
anyways. kpt has this wierd behaviour that it does try to mount the chartHome directory or in case it does not find it downloads it into the container. (until now just as kustomize would), but the point is the
--networkflag.it gives, from my point of view, the impression to give network privilege to the container but its just to open a connection to the source of the chart and able to download it.
if there is a new chart or a version change it would imply a
--networkflag on any call.do i confuse something?