Merge pull request #807 from Agilicus/add-generator-options

Add doc indicating existing of 'behavior' in configMapGenerator
This commit is contained in:
Kubernetes Prow Robot
2019-02-21 09:20:31 -08:00
committed by GitHub

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.
# 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: