release.yaml
outputted from make validate
should merge with existing contents
#77
Labels
release.yaml
outputted from make validate
should merge with existing contents
#77
Instead of starting with an empty
ReleaseOptions{}
here:charts-build-scripts/pkg/validate/validate.go
Line 46 in bc4c3da
We should be loading the
release.yaml
from the existing file (if it exists), since all of our walk functions will not track existing items in therelease.yaml
that will be dumped anyways:charts-build-scripts/pkg/validate/validate.go
Lines 97 to 103 in bc4c3da
The text was updated successfully, but these errors were encountered: