Skip to content

Commit

Permalink
drop unused figs and fix some nits
Browse files Browse the repository at this point in the history
  • Loading branch information
monopole committed May 1, 2018
1 parent 082448d commit d053bf2
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 8 deletions.
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
[base]: docs/glossary.md#base
[declarative configuration]: docs/glossary.md#declarative-application-management
[demo]: demos/README.md
[demos]: demos/README.md
[imageBase]: docs/base.jpg
[imageOverlay]: docs/overlay.jpg
[kustomization]: docs/glossary.md#kustomization
Expand All @@ -13,12 +14,11 @@
[kubernetes style]: docs/glossary.md#kubernetes-style-object

`kustomize` is a command line tool supporting
template-free customization of YAML (or JSON)
objects that conform to the [kubernetes style].

If your objects have a `kind` and a `metadata` field,
kustomize can patch them to help you manage
configuration sharing and re-use.
template-free customization of YAML (or JSON) objects
that conform to the [kubernetes style]. If your
objects have a `kind` and a `metadata` field,
`kustomize` can patch them to support configuration
sharing and re-use.

For more details, try a [demo].

Expand Down Expand Up @@ -52,6 +52,7 @@ _development, staging and production_.

#### 3) Run kustomize

Run kustomize on your overlay. The result
Run `kustomize` on your overlay. The result
is printed to `stdout` as a set of complete
resources, ready to be [applied] to a cluster.
See the [demos].
3 changes: 2 additions & 1 deletion demos/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Demos

These demos are covered by presubmit tests.
These demos assume that `kustomize` is on your `$PATH`.
They are covered by pre-submit tests.

* [hello world](helloWorld.md) - Deploy multiple
(differently configured) instances of a simple Hello
Expand Down
Binary file removed demos/tree1.png
Binary file not shown.
Binary file removed demos/tree2.png
Binary file not shown.
1 change: 1 addition & 0 deletions docs/glossary.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
[base]: #base
[bases]: #base
[bespoke]: #bespoke-configuration
[gitops]: #gitops
[k8s]: #kubernetes
[kubernetes]: #kubernetes
[kustomize]: #kustomize
Expand Down

0 comments on commit d053bf2

Please sign in to comment.