We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1783a7d commit a0f47dbCopy full SHA for a0f47db
helm-test.sh
@@ -18,6 +18,6 @@ for chart in */Chart.yaml; do
18
helm template $chart --output-dir temp --set istio.enabled=1 --set csi.enabled=1
19
for f in temp/$chart/templates/*.yaml; do dst="data/$(basename $f | sed 's/yaml/json/g')"; yq eval $f -o json > $dst; done
20
conftest test data/*
21
- rm -rf data temp
+ # rm -rf data temp
22
}
23
done
0 commit comments