Add example for multibases

This commit is contained in:
Jingfang Liu
2018-07-27 10:17:06 -07:00
parent 58bc4b14a2
commit e30401489d
8 changed files with 154 additions and 0 deletions

View File

@@ -36,3 +36,5 @@ go get github.com/kubernetes-sigs/kustomize
* [container args](wordpress/README.md) - Injecting k8s runtime data into container arguments (e.g. to point wordpress to a SQL service).
* [image tags](imageTags.md) - Updating image tags without applying a patch.
* [multibases](multibases/README.md) - Composing three variants (dev, staging, production) with a common base.