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