diff --git a/test/integration/run.sh b/test/integration/run.sh index ecb6da3d..d50a64e9 100755 --- a/test/integration/run.sh +++ b/test/integration/run.sh @@ -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 diff --git a/test/integration/yaml-features-golden/overwritten.yaml b/test/integration/yaml-features-golden/overwritten.yaml index e2978be6..241e9519 100644 --- a/test/integration/yaml-features-golden/overwritten.yaml +++ b/test/integration/yaml-features-golden/overwritten.yaml @@ -1,5 +1,3 @@ -Building dependency release=httpbin, chart=httpbin -Templating release=httpbin, chart=httpbin --- # Source: httpbin/templates/service.yaml apiVersion: v1