We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11992f2 commit cbdd2ebCopy full SHA for cbdd2eb
scripts/staging/validate.sh
@@ -45,9 +45,10 @@ EOF
45
done
46
47
if [[ "${CHART_VALIDATE}" == "true" ]]; then
48
- ROOT_DIR="${SCRIPT_DIR}/../../../../../../"
+ ROOT_DIR="${SCRIPT_DIR}/../../../../../.."
49
: "${PARENT_ROOT_DIR:=$ROOT_DIR}"
50
export SOURCE_REL="$PARENT_ROOT_DIR/dependencies/control-plane/utils/dependencies/scripts/release.sh"
51
+ export HELM_CHART_DIR="$PARENT_ROOT_DIR/charts"
52
else
53
ROOT_DIR="${SCRIPT_DIR}/../../../../"
54
0 commit comments