Skip to content

Commit

Permalink
Fix install tenant with version
Browse files Browse the repository at this point in the history
Signed-off-by: pjuarezd <[email protected]>
  • Loading branch information
pjuarezd committed Aug 14, 2024
1 parent b731e43 commit 805c064
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 805c064

Please sign in to comment.