diff --git a/demos/README.md b/demos/README.md index 741d8e7c2..802192a7e 100644 --- a/demos/README.md +++ b/demos/README.md @@ -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. diff --git a/demos/configmaps.md b/demos/configGeneration.md similarity index 100% rename from demos/configmaps.md rename to demos/configGeneration.md