doc(first_kustomization): change the wrong command (I think)

This commit is contained in:
CheverJohn
2022-06-27 12:05:56 +08:00
parent 7e0fd02783
commit 6a7cecddd7

View File

@@ -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