add configGeneration to README

This commit is contained in:
Jeffrey Regan
2018-05-01 11:49:13 -07:00
parent 728b04b6f5
commit c4319339f2
2 changed files with 10 additions and 5 deletions

View File

@@ -6,10 +6,15 @@ These demos are covered by presubmit tests.
(differently configured) instances of a simple Hello
World server.
* [mysql](mySql.md) - Create a MySQL production
configuration from scratch.
* [springboot](springboot.md) - Create a Spring Boot application production
* [mySql](mySql.md) - Create a MySQL production
configuration from scratch.
* [breakfast](breakfast.md) - Customize breakfast for Alice and Bob.
* [springboot](springboot.md) - Create a Spring Boot
application production configuration from scratch.
* [configGeneration](configGeneration.md) -
Mixing configuration data from different owners
(e.g. devops/SRE and developers).
* [breakfast](breakfast.md) - Customize breakfast for
Alice and Bob.