Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

Commit

Permalink
vmss masters customvnet dependson lb (#4167)
Browse files Browse the repository at this point in the history
  • Loading branch information
ritazh authored and Cecile Robert-Michon committed Nov 5, 2018
1 parent f60300b commit 7a61975
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions parts/k8s/kubernetesmasterresourcesvmss.t
Original file line number Diff line number Diff line change
Expand Up @@ -265,9 +265,9 @@
{{if .MasterProfile.IsCustomVNET}}
"[variables('nsgID')]"
{{else}}
"[variables('vnetID')]",
"[variables('masterLbID')]"
"[variables('vnetID')]"
{{end}}
,"[variables('masterLbID')]"
],
"tags":
{
Expand Down

0 comments on commit 7a61975

Please sign in to comment.