From f714e9faf340af909e15bdd5b2cf130def557831 Mon Sep 17 00:00:00 2001 From: Jeff Regan Date: Wed, 28 Nov 2018 14:55:48 -0800 Subject: [PATCH] another tweak --- examples/transformerconfigs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/transformerconfigs/README.md b/examples/transformerconfigs/README.md index 06700ea64..fec0dc6ec 100644 --- a/examples/transformerconfigs/README.md +++ b/examples/transformerconfigs/README.md @@ -90,7 +90,7 @@ nameReference: ## cusotmizing transformer configurations Kustomize has a default set of configurations. They can be saved to local directory through `kustomize config save -d`. Kustomize allows modifying those configuration files and using them in kustomization.yaml file. This tutorial shows how to customize those configurations to -- [support a crd type](crd/README.md) +- [support a CRD type](crd/README.md) - disabling adding commonLabels to fields in some kind of resources - add extra fields for variable substitution - add extra fields for name reference