@@ -91,6 +91,8 @@ providers:
9191 - sourcePath : " ../data/shared/v1beta1_provider/metadata.yaml"
9292 - sourcePath : " ../data/infrastructure-azure/v1.16.1/cluster-template-prow.yaml"
9393 targetName : " cluster-template.yaml"
94+ - sourcePath : " ../data/infrastructure-azure/v1.16.1/cluster-template-prow-machine-and-machine-pool.yaml"
95+ targetName : " cluster-template-machine-and-machine-pool.yaml"
9496 replacements :
9597 - old : " imagePullPolicy: Always"
9698 new : " imagePullPolicy: IfNotPresent"
@@ -102,6 +104,8 @@ providers:
102104 - sourcePath : " ../data/shared/v1beta1_provider/metadata.yaml"
103105 - sourcePath : " ../data/infrastructure-azure/v1.17.0/cluster-template-prow.yaml"
104106 targetName : " cluster-template.yaml"
107+ - sourcePath : " ../data/infrastructure-azure/v1.17.0/cluster-template-prow-machine-and-machine-pool.yaml"
108+ targetName : " cluster-template-machine-and-machine-pool.yaml"
105109 replacements :
106110 - old : " imagePullPolicy: Always"
107111 new : " imagePullPolicy: IfNotPresent"
@@ -119,6 +123,7 @@ providers:
119123 - sourcePath : " ../data/infrastructure-azure/v1beta1/cluster-template-kcp-scale-in.yaml"
120124 - sourcePath : " ../data/infrastructure-azure/v1beta1/cluster-template-node-drain.yaml"
121125 - sourcePath : " ../data/infrastructure-azure/v1beta1/cluster-template-upgrades.yaml"
126+ - sourcePath : " ../data/infrastructure-azure/v1beta1/cluster-template-machine-and-machine-pool.yaml"
122127 - sourcePath : " ${PWD}/templates/test/ci/cluster-template-prow-machine-pool.yaml"
123128 targetName : " cluster-template-machine-pool.yaml"
124129 - sourcePath : " ${PWD}/templates/test/ci/cluster-template-prow-ipv6.yaml"
0 commit comments