Update README.md

This commit is contained in:
Piyush Gupta
2021-01-28 09:10:59 +09:00
committed by GitHub
parent 5059033b13
commit a31b846fa5

View File

@@ -103,7 +103,6 @@ the application will pick up an extra `application-<profile>.properties` file. W
steps. Add an environment variable through the patch and add a file to the configMap. steps. Add an environment variable through the patch and add a file to the configMap.
<!-- @customizeConfigMap @testAgainstLatestRelease --> <!-- @customizeConfigMap @testAgainstLatestRelease -->
``` ```
cat <<EOF >$DEMO_HOME/patch.yaml cat <<EOF >$DEMO_HOME/patch.yaml
apiVersion: apps/v1 apiVersion: apps/v1
@@ -283,7 +282,6 @@ The output contains
Add these patches to the kustomization: Add these patches to the kustomization:
<!-- @addPatch @testAgainstLatestRelease --> <!-- @addPatch @testAgainstLatestRelease -->
``` ```
cd $DEMO_HOME cd $DEMO_HOME
kustomize edit add patch --path memorylimit_patch.yaml --name sbdemo --kind Deployment --group apps --version v1 kustomize edit add patch --path memorylimit_patch.yaml --name sbdemo --kind Deployment --group apps --version v1