From f2d39c137afcbef1ee6540715995d2474a0a6b47 Mon Sep 17 00:00:00 2001 From: Yuvraj Date: Mon, 16 May 2022 20:39:38 +0530 Subject: [PATCH] fix formating Signed-off-by: Yuvraj --- rsts/deployment/sandbox.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rsts/deployment/sandbox.rst b/rsts/deployment/sandbox.rst index b8f1972b824..ba912728d7a 100644 --- a/rsts/deployment/sandbox.rst +++ b/rsts/deployment/sandbox.rst @@ -114,8 +114,8 @@ Flyte configuration on your remote cluster. helm install flyte flyteorg/flyte-core -n flyte -f https://raw.githubusercontent.com/flyteorg/flyte/master/charts/flyte-core/values-sandbox.yaml --wait -#. Make sure all pods are in Running condition. If you see anything that's crashing, check them in this order: postgres, minio, flyteadmin, datacatalog, flytepropeller. Verify Flyte deployment using the following command :: - +#. Make sure all pods are in Running condition, If you see anything that's crashing, check them in this order: postgres, minio, flyteadmin, datacatalog, flytepropeller, Verify Flyte deployment using the following command :: + kubect get pods -n flyte #. Get the URL of the ingress service ::