Skip to content

Commit

Permalink
kustomization.yaml: Use patchesStrategicMerge (#1184)
Browse files Browse the repository at this point in the history
A previous release of kustomize deprecated "patches:" and the latest
version (v3.0.3) will fail on it.  Replacing this with
"patchesStrategicMerge:" should make this kustomization.yaml continue
to work across kustomize versions.
  • Loading branch information
russellb authored and k8s-ci-robot committed Jul 23, 2019
1 parent bf8541c commit 8d4cb92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/default/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ bases:
- ../rbac/
- ../manager/

patches:
patchesStrategicMerge:
- manager_image_patch.yaml

0 comments on commit 8d4cb92

Please sign in to comment.