cleanup: use patches instead to patchesStrategicMerge for kustomize.
Signed-off-by: Lan Liang <gcslyp@gmail.com>
This commit is contained in:
parent
26aae559db
commit
c080e71024
|
@ -18,6 +18,6 @@ resources:
|
|||
- bases/remedy/remedy.karmada.io_remedies.yaml
|
||||
- bases/apps/apps.karmada.io_workloadrebalancers.yaml
|
||||
|
||||
patchesStrategicMerge:
|
||||
- patches/webhook_in_resourcebindings.yaml
|
||||
- patches/webhook_in_clusterresourcebindings.yaml
|
||||
patches:
|
||||
- path: patches/webhook_in_resourcebindings.yaml
|
||||
- path: patches/webhook_in_clusterresourcebindings.yaml
|
||||
|
|
Loading…
Reference in New Issue