From f38cc4446bc14ee0f51bf059587f88db96c59f5e Mon Sep 17 00:00:00 2001 From: Donny Xia Date: Mon, 5 Oct 2020 11:29:02 -0700 Subject: [PATCH] Remove the lines about config save command --- examples/transformerconfigs/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/examples/transformerconfigs/README.md b/examples/transformerconfigs/README.md index 54bbd7eed..368f53543 100644 --- a/examples/transformerconfigs/README.md +++ b/examples/transformerconfigs/README.md @@ -161,7 +161,9 @@ nameReference: ## Customizing transformer configurations -In addition to the default transformers, you can create custom transformer configurations. Save the default transformer configurations to a local directory by calling `kustomize config save -d`, and modify and use these configurations. This tutorial shows how to create custom transformer configurations: +In addition to the default transformers, you can create custom transformer configurations. + +This tutorial shows how to create custom transformer configurations: - [support a CRD type](crd/README.md) - add extra fields for variable substitution