Skip to content

Commit 8d5b455

Browse files
committed
dont remake temp
1 parent a0f47db commit 8d5b455

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: helm-test.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ for chart in */Chart.yaml; do
1414
helm lint $chart
1515
[ ! -z "$(echo $chart | egrep 'dotnet|golang|java|nodejs|web')" ] && {
1616
[ -d data ] && rm -rf data
17-
mkdir data temp
17+
# mkdir data temp
1818
helm template $chart --output-dir temp --set istio.enabled=1 --set csi.enabled=1
1919
for f in temp/$chart/templates/*.yaml; do dst="data/$(basename $f | sed 's/yaml/json/g')"; yq eval $f -o json > $dst; done
2020
conftest test data/*

0 commit comments

Comments
 (0)