We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0f47db commit 8d5b455Copy full SHA for 8d5b455
helm-test.sh
@@ -14,7 +14,7 @@ for chart in */Chart.yaml; do
14
helm lint $chart
15
[ ! -z "$(echo $chart | egrep 'dotnet|golang|java|nodejs|web')" ] && {
16
[ -d data ] && rm -rf data
17
- mkdir data temp
+ # mkdir data temp
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/*
0 commit comments