I’m fine as is with the caveat that I believe we’l...
# development
p
I’m fine as is with the caveat that I believe we’ll need to split that down to file level atomicity later. Almost everything uses the chart as a whole, except for
helm-unittest
which templates the files internally instead of shelling out the the
helm
binary as most other things do. Even with
helm-unittest
certain files are just always included (
Chart.yaml
metadata, and
templates/_*
helpers). So, it is not clear how to atomically break down the chart into “these template files might be needed individually” and “everything else”.