openbao-helm/test/unit/_helpers.bash
jessebot 8f700eb551 fix chart dir for unit tests
Signed-off-by: jessebot <jessebot@linux.com>
2024-05-29 10:43:12 -04:00

7 lines
183 B
Bash

# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0
# chart_dir returns the directory for the chart
chart_dir() {
echo ${BATS_TEST_DIRNAME}/../../charts/openbao
}