Merge pull request #4689 from Chever-John/doc/typo_error_first_kustomization

doc(first_kustomization): change the wrong command (I think)
This commit is contained in:
Kubernetes Prow Robot
2022-07-05 10:59:20 -07:00
committed by GitHub

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