mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-05-17 18:25:26 +00:00
doc(first_kustomization): change the wrong command (I think)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user