test/acceptance: fix path to chart
This commit is contained in:
parent
44a9e948c1
commit
6cc5743936
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ helm_install() {
|
||||||
helm install -f ${values} \
|
helm install -f ${values} \
|
||||||
--name consul \
|
--name consul \
|
||||||
--wait \
|
--wait \
|
||||||
${BATS_TEST_DIRNAME}/..
|
${BATS_TEST_DIRNAME}/../..
|
||||||
}
|
}
|
||||||
|
|
||||||
# helm_delete deletes the Consul chart and all resources.
|
# helm_delete deletes the Consul chart and all resources.
|
||||||
|
|
Loading…
Reference in a new issue