From 6a7cecddd798cf77e6215fd7febb42e5cb6b1172 Mon Sep 17 00:00:00 2001 From: CheverJohn Date: Mon, 27 Jun 2022 12:05:56 +0800 Subject: [PATCH] doc(first_kustomization): change the wrong command (I think) --- site/content/en/docs/Getting started/first_kustomization.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/en/docs/Getting started/first_kustomization.md b/site/content/en/docs/Getting started/first_kustomization.md index b3dcf54e7..472d0319d 100644 --- a/site/content/en/docs/Getting started/first_kustomization.md +++ b/site/content/en/docs/Getting started/first_kustomization.md @@ -178,7 +178,7 @@ Create the `kustomization.yaml` files for our two overlays and move the files we ```bash mkdir -p base overlays/staging overlays/production -mv -t base deployment.yaml kustomization.yaml service.yaml +mv deployment.yaml kustomization.yaml service.yaml base cat <<'EOF' >overlays/staging/kustomization.yaml