Replace term 'instance' with 'variant'.

This commit is contained in:
Jeffrey Regan
2018-05-08 11:40:33 -07:00
parent 7a73b59016
commit 8739c60d9a
6 changed files with 38 additions and 36 deletions

View File

@@ -4,11 +4,11 @@ These demos assume that `kustomize` is on your `$PATH`.
They are covered by pre-submit tests.
* [hello world](helloWorld.md) - Deploy multiple
(differently configured) instances of a simple Hello
(differently configured) variants of a simple Hello
World server.
* [LDAP](ldap.md) - Deploy multiple
(differently configured) instances of a LDAP server.
(differently configured) variants of a LDAP server.
* [mySql](mySql.md) - Create a MySQL production
configuration from scratch.