File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
test/ci/prow-flatcar-sysext Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,6 @@ resources:
4
4
- machine-deployment.yaml
5
5
- ../../azure-cluster-identity
6
6
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
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ resources:
6
6
- ../../../addons/cluster-api-helm/calico.yaml
7
7
- ../../../addons/cluster-api-helm/azuredisk-csi-driver.yaml
8
8
- ../../../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
You can’t perform that action at this time.
0 commit comments