From c9d903cc362a3db4deb6bfa73ff2f6740eeec9db Mon Sep 17 00:00:00 2001 From: Naeil ZOUEIDI Date: Thu, 23 May 2019 04:56:03 -0400 Subject: [PATCH] Add support for escaping characters in Doc --- examples/transformerconfigs/README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/examples/transformerconfigs/README.md b/examples/transformerconfigs/README.md index 5b0cd7046..fd1c041ea 100644 --- a/examples/transformerconfigs/README.md +++ b/examples/transformerconfigs/README.md @@ -165,4 +165,14 @@ In addition to the default transformers, you can create custom transformer confi - [support a CRD type](crd/README.md) - add extra fields for variable substitution -- add extra fields for name reference \ No newline at end of file +- add extra fields for name reference + + +## Supporting escape characters in CRD path + +```yaml +metadata: + annotations: + foo.k8s.io/bar: baz +``` +Kustomize supports escaping special characters in path, e.g `matadata/annotations/foo.k8s.io\/bar`