Skip to content

Commit a0f47db

Browse files
committed
keep temp for a bit longer
1 parent 1783a7d commit a0f47db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helm-test.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ for chart in */Chart.yaml; do
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/*
21-
rm -rf data temp
21+
# rm -rf data temp
2222
}
2323
done

0 commit comments

Comments
 (0)