Skip to content

Commit

Permalink
update flannel for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
nader-ziada committed Aug 23, 2021
1 parent ddf50d3 commit 19ac7ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion templates/test/ci/cluster-template-prow-custom-vnet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ spec:
securityGroup:
name: node-nsg
vnet:
name: ${AZURE_VNET_NAME}
name: ${AZURE_VNET_NAME:=${CLUSTER_NAME}-vnet}
resourceGroup: ${AZURE_RESOURCE_GROUP:=${CLUSTER_NAME}}
subscriptionID: ${AZURE_SUBSCRIPTION_ID}
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
spec:
networkSpec:
vnet:
name: ${AZURE_VNET_NAME}
name: ${AZURE_VNET_NAME:=${CLUSTER_NAME}-vnet}
subnets:
- name: ${CLUSTER_NAME}-controlplane-subnet
role: control-plane
Expand Down

0 comments on commit 19ac7ee

Please sign in to comment.