diff --git a/cmd/kustomize/docs/base.jpg b/cmd/kustomize/docs/base.jpg index 806d8478c..91e1dae4d 100644 Binary files a/cmd/kustomize/docs/base.jpg and b/cmd/kustomize/docs/base.jpg differ diff --git a/cmd/kustomize/docs/glossary.md b/cmd/kustomize/docs/glossary.md index 4484769d4..afdf40dbe 100644 --- a/cmd/kustomize/docs/glossary.md +++ b/cmd/kustomize/docs/glossary.md @@ -130,7 +130,7 @@ Here's an [example](kustomize.yaml). A kustomization contains fields falling into these categories: * Immediate customization instructions - - _nameprefix_, _labelprefix_, etc. + _namePrefix_, _labelsToAdd_, etc. * Resource _generators_ for configmaps and secrets. * References to _external files_ in these categories: * [resources] - completely specified k8s API objects, @@ -200,10 +200,10 @@ refer to a common base that holds common configuration. One configures the cluser like this: > ``` -> kustomize inflate someapp/overlays/staging |\ +> kustomize build someapp/overlays/staging |\ > kubectl apply -f - > -> kustomize inflate someapp/overlays/production |\ +> kustomize build someapp/overlays/production |\ > kubectl apply -f - > ``` diff --git a/cmd/kustomize/docs/overlay.jpg b/cmd/kustomize/docs/overlay.jpg index a8742c640..df9c11025 100644 Binary files a/cmd/kustomize/docs/overlay.jpg and b/cmd/kustomize/docs/overlay.jpg differ