Merge pull request #442 from monopole/updateFigs

Update figs
This commit is contained in:
Jeff Regan 2018-04-16 13:50:34 -07:00 committed by GitHub
commit 0e09ef47e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 41 KiB

After

Width:  |  Height:  |  Size: 39 KiB

View File

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 50 KiB

After

Width:  |  Height:  |  Size: 46 KiB