Skip to content

Commit

Permalink
Make requested wording changes from PR for behavior document
Browse files Browse the repository at this point in the history
Signed-off-by: Don Bowman <don@agilicus.com>
  • Loading branch information
donbowman committed Feb 21, 2019
1 parent bf1c801 commit 773c1f2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 773c1f2

Please sign in to comment.