From bcb35500253f814c02ff3401af7ddd299c0e2b5b Mon Sep 17 00:00:00 2001 From: qiaozp <47812250+chivalryq@users.noreply.github.com> Date: Wed, 17 Aug 2022 11:33:12 +0800 Subject: [PATCH] Fix: up command example (#4626) * Fix: up command example Signed-off-by: Qiaozp * typo Signed-off-by: Qiaozp Signed-off-by: Qiaozp --- references/cli/kube.go | 2 +- references/cli/up.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/references/cli/kube.go b/references/cli/kube.go index 1cfe39780..a50fd85c2 100644 --- a/references/cli/kube.go +++ b/references/cli/kube.go @@ -213,7 +213,7 @@ var ( Apply Kubernetes objects in clusters Apply Kubernetes objects in multiple clusters. Use --clusters to specify which clusters to - apply. If -n/--namespace is used, the original object namespace will be overrode. + apply. If -n/--namespace is used, the original object namespace will be overridden. You can use -f/--file to specify the object file/folder to apply. Multiple file inputs are allowed. Directory input and web url input is supported as well. diff --git a/references/cli/up.go b/references/cli/up.go index f3d86703b..25d3d2698 100644 --- a/references/cli/up.go +++ b/references/cli/up.go @@ -268,7 +268,7 @@ var ( vela up example-app -n example-ns --publish-version beta --revision example-app-v2 # Deploy an application from stdin - cat < ... EOF `))