import helpers in kind-down.sh

This commit is contained in:
Benjamin A. Petersen
2023-11-07 11:59:29 -05:00
committed by Ryan Richard
parent 46bea27cb7
commit 1f8aa6c262

View File

@@ -8,6 +8,8 @@ set -euo pipefail
ROOT="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)"
cd "${ROOT}"
source hack/lib/helpers.sh
if [[ "${PINNIPED_USE_LOCAL_KIND_REGISTRY:-}" != "" ]]; then
reg_name='kind-registry.local'