add more tests

Signed-off-by: yxxhero <aiopsclub@163.com>
This commit is contained in:
yxxhero 2022-10-03 11:47:46 +08:00
parent 5367fbe549
commit b347eec6f2
2 changed files with 1 additions and 3 deletions

View File

@ -235,7 +235,7 @@ if [[ helm_major_version -eq 3 ]]; then
info "Comparing yaml overwrite feature output ${yaml_overwrite_reverse} with ${feature_golden_dir}/overwritten.yaml"
for i in $(seq 10); do
info "Comparing build/yaml-overwrite #$i"
${helmfile} -f ${dir}/issue.657.yaml template > ${yaml_overwrite_reverse} || fail "\"helmfile template\" shouldn't fail"
${helmfile} -f ${dir}/issue.657.yaml template --skip-deps > ${yaml_overwrite_reverse} || fail "\"helmfile template\" shouldn't fail"
./yamldiff ${feature_golden_dir}/overwritten.yaml ${yaml_overwrite_reverse} || fail "\"helmfile template\" should be consistent"
echo code=$?
done

View File

@ -1,5 +1,3 @@
Building dependency release=httpbin, chart=httpbin
Templating release=httpbin, chart=httpbin
---
# Source: httpbin/templates/service.yaml
apiVersion: v1