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