From c4319339f2b85c2ffcc0ca3ff4566800e551ec47 Mon Sep 17 00:00:00 2001 From: Jeffrey Regan Date: Tue, 1 May 2018 11:49:13 -0700 Subject: [PATCH] add configGeneration to README --- demos/README.md | 15 ++++++++++----- demos/{configmaps.md => configGeneration.md} | 0 2 files changed, 10 insertions(+), 5 deletions(-) rename demos/{configmaps.md => configGeneration.md} (100%) 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