Add doc indicating existing of 'behavior' in configMapGenerator

It appears from the code that configMapGenerator can take
a parameter of 'behavior' which is 'merge','create','replace'.
Add note to the 'docs/kustomization.yaml' indicating so.

Signed-off-by: Don Bowman <don@agilicus.com>
This commit is contained in:
Don Bowman
2019-02-21 11:31:54 -05:00
parent e1420b408c
commit bf1c801a5e

View File

@@ -76,6 +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
configMapGenerator:
- name: myJavaServerProps
files: