mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-05-18 02:55:22 +00:00
Make requested wording changes from PR for behavior document
Signed-off-by: Don Bowman <don@agilicus.com>
This commit is contained in:
@@ -76,9 +76,9 @@ resources:
|
||||
# The example below creates two ConfigMaps. One with the
|
||||
# names and contents of the given files, the other with
|
||||
# key/value as data.
|
||||
# The configMapGenerator accepts a paramter of
|
||||
# behavior: [create|replace|merge]. This can allow
|
||||
# an overlay to augment the configMapGenerator of the parent
|
||||
# Each configMapGenerator item accepts a parameter of
|
||||
# behavior: [create|replace|merge]. This allows an overlay to modify or
|
||||
# replace an existing configMap from the parent.
|
||||
configMapGenerator:
|
||||
- name: myJavaServerProps
|
||||
files:
|
||||
|
||||
Reference in New Issue
Block a user