add 'images' documentation

deprecate 'imageTags' documentation
This commit is contained in:
Nestor
2019-01-23 09:24:59 +01:00
parent 2c1be17fe7
commit 62d096e57d
3 changed files with 48 additions and 13 deletions

View File

@@ -37,7 +37,7 @@ go get sigs.k8s.io/kustomize
* [vars](wordpress/README.md) - Injecting k8s runtime data into container arguments (e.g. to point wordpress to a SQL service) by vars.
* [image tags](imageTags.md) - Updating image tags without applying a patch.
* [image names and tags](image.md) - Updating image names and tags without applying a patch.
* [multibases](multibases/README.md) - Composing three variants (dev, staging, production) with a common base.