Skip to content

Commit ecf3eed

Browse files
committed
update flannel for windows
1 parent 335ca92 commit ecf3eed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

templates/test/ci/cluster-template-prow-custom-vnet.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ spec:
4747
securityGroup:
4848
name: node-nsg
4949
vnet:
50-
name: ${AZURE_VNET_NAME}
50+
name: ${AZURE_VNET_NAME:=${CLUSTER_NAME}-vnet}
5151
resourceGroup: ${AZURE_RESOURCE_GROUP:=${CLUSTER_NAME}}
5252
subscriptionID: ${AZURE_SUBSCRIPTION_ID}
5353
---

templates/test/ci/prow-custom-vnet/patches/custom-vnet.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
spec:
66
networkSpec:
77
vnet:
8-
name: ${AZURE_VNET_NAME}
8+
name: ${AZURE_VNET_NAME:=${CLUSTER_NAME}-vnet}
99
subnets:
1010
- name: ${CLUSTER_NAME}-controlplane-subnet
1111
role: control-plane

0 commit comments

Comments
 (0)