From e0cfb7a74bb08e0c57920617a724196b74863ffc Mon Sep 17 00:00:00 2001 From: Mia Date: Mon, 30 Sep 2019 10:22:16 -0700 Subject: [PATCH] Update README.md --- kustomize-example/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kustomize-example/README.md b/kustomize-example/README.md index d2154bb..1533dfc 100644 --- a/kustomize-example/README.md +++ b/kustomize-example/README.md @@ -96,7 +96,7 @@ In this example, we’re going to create an overlay that includes a patch to cha The overlay should not be in the same directory as the base files, and in this case, we are using `$BASE/overlays/dev`. -From `victoria` root directory, run: +From the root directory, run: ``` OVERLAY_HOME=($pwd)/overlays DEV_HOME=$OVERLAY_HOME/dev