From 5059033b13ab384cbc6101ee1e346a6c380682e1 Mon Sep 17 00:00:00 2001 From: Piyush Gupta Date: Thu, 21 Jan 2021 22:41:54 +0900 Subject: [PATCH 1/5] Update README.md Fixed the typo # --- examples/springboot/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/springboot/README.md b/examples/springboot/README.md index f91c32817..af617d0f9 100644 --- a/examples/springboot/README.md +++ b/examples/springboot/README.md @@ -320,5 +320,5 @@ create the production environment. ``` -kustomize build $DEMO_HOME # | kubectl apply -f - +kustomize build $DEMO_HOME | kubectl apply -f - ``` From a31b846fa5913171ce13e72c28e3324fe7f5cc57 Mon Sep 17 00:00:00 2001 From: Piyush Gupta Date: Thu, 28 Jan 2021 09:10:59 +0900 Subject: [PATCH 2/5] Update README.md --- examples/springboot/README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/examples/springboot/README.md b/examples/springboot/README.md index af617d0f9..f5beccc8e 100644 --- a/examples/springboot/README.md +++ b/examples/springboot/README.md @@ -103,7 +103,6 @@ the application will pick up an extra `application-.properties` file. W steps. Add an environment variable through the patch and add a file to the configMap. - ``` cat <$DEMO_HOME/patch.yaml apiVersion: apps/v1 @@ -283,7 +282,6 @@ The output contains Add these patches to the kustomization: - ``` cd $DEMO_HOME kustomize edit add patch --path memorylimit_patch.yaml --name sbdemo --kind Deployment --group apps --version v1 From 22fcf3b3fae6be30d3c7a3aee72486e1d81f9513 Mon Sep 17 00:00:00 2001 From: Piyush Gupta Date: Thu, 28 Jan 2021 09:16:28 +0900 Subject: [PATCH 3/5] Update README.md --- examples/springboot/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/springboot/README.md b/examples/springboot/README.md index f5beccc8e..891606cf5 100644 --- a/examples/springboot/README.md +++ b/examples/springboot/README.md @@ -318,5 +318,5 @@ create the production environment. ``` -kustomize build $DEMO_HOME | kubectl apply -f - +kustomize build $DEMO_HOME # | kubectl apply -f - ``` From a6f29f2bf70189ddb9795abe72e0a186364421a6 Mon Sep 17 00:00:00 2001 From: Piyush Gupta Date: Thu, 28 Jan 2021 09:17:10 +0900 Subject: [PATCH 4/5] Update README.md --- examples/springboot/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/springboot/README.md b/examples/springboot/README.md index 891606cf5..8deabd7f4 100644 --- a/examples/springboot/README.md +++ b/examples/springboot/README.md @@ -318,5 +318,5 @@ create the production environment. ``` -kustomize build $DEMO_HOME # | kubectl apply -f - +kustomize build $DEMO_HOME# | kubectl apply -f - ``` From 16a49c50c48be9bf530602e77309bfcefa86d8b3 Mon Sep 17 00:00:00 2001 From: Piyush Gupta Date: Thu, 28 Jan 2021 09:17:39 +0900 Subject: [PATCH 5/5] Update README.md --- examples/springboot/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/springboot/README.md b/examples/springboot/README.md index 8deabd7f4..891606cf5 100644 --- a/examples/springboot/README.md +++ b/examples/springboot/README.md @@ -318,5 +318,5 @@ create the production environment. ``` -kustomize build $DEMO_HOME# | kubectl apply -f - +kustomize build $DEMO_HOME # | kubectl apply -f - ```