Skip to content

Commit bcca2e2

Browse files
authored
Merge pull request #5232 from nojnhuh/kustomize-warnings
fix kustomize warnings for deprecated patchesStrategicMerge
2 parents 90d9b4b + fbdbb43 commit bcca2e2

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

templates/flavors/flatcar-sysext/kustomization.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ resources:
44
- machine-deployment.yaml
55
- ../../azure-cluster-identity
66

7-
patchesStrategicMerge:
8-
- patches/kubeadm-controlplane.yaml
9-
- ../../azure-cluster-identity/azurecluster-identity-ref.yaml
7+
patches:
8+
- path: patches/kubeadm-controlplane.yaml
9+
- path: ../../azure-cluster-identity/azurecluster-identity-ref.yaml

templates/test/ci/prow-flatcar-sysext/kustomization.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ resources:
66
- ../../../addons/cluster-api-helm/calico.yaml
77
- ../../../addons/cluster-api-helm/azuredisk-csi-driver.yaml
88
- ../../../addons/cluster-api-helm/cloud-provider-azure-flatcar-sysext.yaml
9-
patchesStrategicMerge:
10-
- ../patches/tags.yaml
11-
- ../patches/controller-manager.yaml
12-
- ../patches/cluster-label-calico.yaml
13-
- ../patches/cluster-label-cloud-provider-azure-flatcar-sysext.yaml
9+
patches:
10+
- path: ../patches/tags.yaml
11+
- path: ../patches/controller-manager.yaml
12+
- path: ../patches/cluster-label-calico.yaml
13+
- path: ../patches/cluster-label-cloud-provider-azure-flatcar-sysext.yaml

0 commit comments

Comments
 (0)