mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-11 17:12:51 +00:00
Merge pull request #1109 from nzoueidi/907
Add support for escaping characters in Doc
This commit is contained in:
@@ -165,4 +165,14 @@ In addition to the default transformers, you can create custom transformer confi
|
|||||||
|
|
||||||
- [support a CRD type](crd/README.md)
|
- [support a CRD type](crd/README.md)
|
||||||
- add extra fields for variable substitution
|
- add extra fields for variable substitution
|
||||||
- add extra fields for name reference
|
- 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`
|
||||||
|
|||||||
Reference in New Issue
Block a user