attempt to fix helm install in bats tests
Signed-off-by: jessebot <jessebot@linux.com>
This commit is contained in:
parent
d6a7dce06c
commit
a139a100bf
1 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@ name_prefix() {
|
|||
|
||||
# chart_dir returns the directory for the chart
|
||||
chart_dir() {
|
||||
echo ${BATS_TEST_DIRNAME}/../..
|
||||
echo ${BATS_TEST_DIRNAME}/../../charts/openbao
|
||||
}
|
||||
|
||||
# helm_install installs the vault chart. This will source overridable
|
||||
|
|
Loading…
Reference in a new issue