Skip to content

Commit

Permalink
Merge pull request #5155 from liangyuanpeng/cleanup_kustomize
Browse files Browse the repository at this point in the history
cleanup: use patches instead to patchesStrategicMerge for kustomize.
  • Loading branch information
karmada-bot authored Jul 27, 2024
2 parents 195c371 + c080e71 commit ff0b84d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions charts/karmada/_crds/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit ff0b84d

Please sign in to comment.