From 805c064d8bf8e323cb21ff8a33167feae1f298f2 Mon Sep 17 00:00:00 2001 From: pjuarezd Date: Tue, 13 Aug 2024 17:16:51 -0700 Subject: [PATCH] Fix install tenant with version Signed-off-by: pjuarezd --- testing/common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/common.sh b/testing/common.sh index 7f3605e3a01..533112454a2 100644 --- a/testing/common.sh +++ b/testing/common.sh @@ -816,7 +816,7 @@ function install_tenant() { value=myminio echo "Installing lite tenant for version $1" - try kubectl apply -k "github.com/minio/operator/testing/tenant\?ref\=$1" + try kubectl apply -k "github.com/minio/operator/testing/tenant\?ref\=v${1}" fi echo "Waiting for the tenant statefulset, this indicates the tenant is being fulfilled"