Skip to content

Commit

Permalink
Use patchesStrategicMerge for Kustomize patching
Browse files Browse the repository at this point in the history
Drop for legacy patches was dropped [1] in `sigs.k8s.io/kustomize/api`
`v0.13.0`, causing Fleet acceptance tests for Kustomize examples to
fail.

[1]: https://github.com/kubernetes-sigs/kustomize/releases/tag/api%2Fv0.13.0
  • Loading branch information
weyfonk committed Oct 3, 2023
1 parent 23790ca commit f079afa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
patches:
patchesStrategicMerge:
- redis-slave-deployment.yaml
- redis-slave-service.yaml
2 changes: 1 addition & 1 deletion single-cluster/kustomize/overlays/dev/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
bases:
- ../../base
patches:
patchesStrategicMerge:
- redis-slave-deployment.yaml
- redis-slave-service.yaml

0 comments on commit f079afa

Please sign in to comment.