From 856b149ef9aed77a3b19405692a2d17732206ca7 Mon Sep 17 00:00:00 2001 From: Zhiwei Yin Date: Thu, 5 Aug 2021 13:07:55 +0800 Subject: [PATCH] fix typo Signed-off-by: Zhiwei Yin --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a5a035b56..0a5de84cc 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ We mainly provide deployment in two scenarios: ### Deploy all-in-on deployment -1. Set a env variable `KUBECONFIG` to kubeconfig file path. +1. Set an env variable `KUBECONFIG` to kubeconfig file path. ```shell export KUBECONFIG=$HOME/.kube/config ```