diff --git a/examples/remote-argo/helmfile.yaml b/test/integration/issue.2118.yaml similarity index 100% rename from examples/remote-argo/helmfile.yaml rename to test/integration/issue.2118.yaml diff --git a/test/integration/run.sh b/test/integration/run.sh index e4d4096b..fcc0c2b5 100755 --- a/test/integration/run.sh +++ b/test/integration/run.sh @@ -159,6 +159,9 @@ if [[ helm_major_version -eq 3 ]]; then info "https://github.com/roboll/helmfile/issues/1867" (${helmfile} -f ${dir}/issue.1867.yaml template 1>/dev/null) || fail "\"helmfile template\" shouldn't fail" + + info "https://github.com/roboll/helmfile/issues/2118" + (${helmfile} -f ${dir}/issue.2118.yaml template 1>/dev/null) || fail "\"helmfile template\" shouldn't fail" else info "There are no regression tests for helm 2 because all the target charts have dropped helm 2 support." fi