Merge pull request #5155 from liangyuanpeng/cleanup_kustomize
cleanup: use patches instead to patchesStrategicMerge for kustomize.
This commit is contained in:
commit
ff0b84d588
|
@ -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