From 0ad48fc1775eb86259e41cd90d69a2255ae5d6b8 Mon Sep 17 00:00:00 2001 From: Yuvraj Date: Mon, 16 May 2022 19:06:30 +0530 Subject: [PATCH] fix formating Signed-off-by: Yuvraj --- rsts/deployment/sandbox.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/rsts/deployment/sandbox.rst b/rsts/deployment/sandbox.rst index 09cda2e816f..82e29a550da 100644 --- a/rsts/deployment/sandbox.rst +++ b/rsts/deployment/sandbox.rst @@ -116,8 +116,9 @@ Flyte configuration on your remote cluster. #. Verify Flyte deployment using the following command :: - kubect get pods -n flyte - + .. code-block:: + + kubect get pods -n flyte .. note::