Skip to content

Commit

Permalink
shellcheck lint
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 6089bfd commit b87f39c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion testing/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -816,7 +816,9 @@ function install_tenant() {
value=myminio
echo "Installing lite tenant for version $1"

try kubectl apply -k 'github.com/minio/operator/testing/tenant?ref='v"${1}"
tenant_version="v${1}"

try kubectl apply -k "github.com/minio/operator/testing/tenant?ref=$tenant_version"
fi

echo "Waiting for the tenant statefulset, this indicates the tenant is being fulfilled"
Expand Down

0 comments on commit b87f39c

Please sign in to comment.