mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-14 10:30:59 +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
|
```bash
|
||||||
mkdir -p base overlays/staging overlays/production
|
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
|
cat <<'EOF' >overlays/staging/kustomization.yaml
|
||||||
|
|||||||
Reference in New Issue
Block a user