Merge pull request #5155 from liangyuanpeng/cleanup_kustomize

cleanup: use patches instead to patchesStrategicMerge for kustomize.
This commit is contained in:
karmada-bot 2024-07-27 17:18:18 +08:00 committed by GitHub
commit ff0b84d588
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -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