From 50cdfc607658120da631ec6e5833e1929802a1d2 Mon Sep 17 00:00:00 2001 From: stewart-yu Date: Mon, 5 Feb 2018 17:54:17 +0800 Subject: [PATCH] add kube-root for file directory --- hack/test-update-storage-objects.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/test-update-storage-objects.sh b/hack/test-update-storage-objects.sh index c9193bea399..efb20c9795a 100755 --- a/hack/test-update-storage-objects.sh +++ b/hack/test-update-storage-objects.sh @@ -130,7 +130,7 @@ for test in ${tests[@]}; do source_file=${test_data[0]} kube::log::status "Creating ${source_file}" - ${KUBECTL} create -f "${source_file}" + ${KUBECTL} create -f "${KUBE_ROOT}/${source_file}" # Verify that the storage version is the old version resource=${test_data[1]}