mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-09-18 05:17:40 +00:00
manifest becomes kustomization
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
[base]: glossary.md#base
|
||||
[fork]: https://guides.github.com/activities/forking/
|
||||
[instances]: glossary.md#instance
|
||||
[manifest]: glossary.md#manifest
|
||||
[kustomization]: glossary.md#kustomization
|
||||
[off-the-shelf]: glossary.md#off-the-shelf
|
||||
[overlays]: glossary.md#overlay
|
||||
[patch]: glossary.md#patch
|
||||
@@ -39,8 +39,8 @@ control repositories owned by others.
|
||||
> mkdir -p ~/ldap/base
|
||||
> ```
|
||||
|
||||
In this directory, create and commit a [manifest]
|
||||
and a set of [resources].
|
||||
In this directory, create and commit a [kustomization]
|
||||
file and a set of [resources].
|
||||
|
||||
#### 3) create [overlays]
|
||||
|
||||
@@ -49,8 +49,8 @@ and a set of [resources].
|
||||
> mkdir -p ~/ldap/overlays/production
|
||||
> ```
|
||||
|
||||
Each of these directories needs a [manifest]
|
||||
and one or more [patches].
|
||||
Each of these directories needs a [kustomization]
|
||||
file and one or more [patches].
|
||||
|
||||
The _staging_ directory might get a patch
|
||||
that turns on an experiment flag in a configmap.
|
||||
|
||||
Reference in New Issue
Block a user