ValueAddTransformer

This commit is contained in:
jregan
2020-05-03 19:33:30 -07:00
parent c39cf55509
commit e54455705d
11 changed files with 1231 additions and 3 deletions

View File

@@ -10,6 +10,10 @@ to work with the latest _released_ version of kustomize.
Basic Usage
* [valueAdd](valueAdd.md) -
Add a simple string value easily to various fields, including
fields that happen to hold file paths.
* [configGenerations](configGeneration.md) -
Rolling update when ConfigMapGenerator changes.