mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-12 09:24:23 +00:00
Docs: Auto-fix markdownlint issues
This commit is contained in:
@@ -7,6 +7,7 @@ description: >
|
||||
---
|
||||
|
||||
## Extended patches
|
||||
|
||||
Since this version, Kustomize allows applying one patch to multiple resources. This works for both Strategic Merge Patch and JSON Patch. Take a look at [patch multiple objects](https://github.com/kubernetes-sigs/kustomize/tree/master/examples/patchMultipleObjects.md).
|
||||
|
||||
## Improved Resource Matching
|
||||
@@ -52,7 +53,6 @@ spec:
|
||||
value: PRODVALUE
|
||||
```
|
||||
|
||||
|
||||
### Variable resolution improvement
|
||||
|
||||
It is possible to add namespace field to the variable declaration. In the following example,
|
||||
@@ -87,7 +87,8 @@ vars:
|
||||
### Simultaneous change of names and namespaces
|
||||
|
||||
Kustomize is now able to deal with simultaneous changes of name and namespace.
|
||||
Special attention has been paid the handling of:
|
||||
Special attention has been paid the handling of:
|
||||
|
||||
- ClusterRoleBinding/RoleBinding "subjects" field,
|
||||
- ValidatingWebhookConfiguration "webhooks" field.
|
||||
|
||||
@@ -106,7 +107,7 @@ resources:
|
||||
...
|
||||
```
|
||||
|
||||
### Resource and Kustomize Context matching.
|
||||
### Resource and Kustomize Context matching
|
||||
|
||||
Kustomize is now able to support more aggregation patterns.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user