From c080e71024a0b7eba32f711d20b5cd5ef58e2ae9 Mon Sep 17 00:00:00 2001 From: Lan Liang Date: Sat, 27 Jul 2024 07:59:25 +0000 Subject: [PATCH] cleanup: use patches instead to patchesStrategicMerge for kustomize. Signed-off-by: Lan Liang --- charts/karmada/_crds/kustomization.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/karmada/_crds/kustomization.yaml b/charts/karmada/_crds/kustomization.yaml index 3ca202a6a..027c30e21 100644 --- a/charts/karmada/_crds/kustomization.yaml +++ b/charts/karmada/_crds/kustomization.yaml @@ -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