Skip to content

Commit cb47749

Browse files
amanoharJackQuincy
authored andcommitted
Update K8s master VMs to use orchestratorNameVersionTag parameter (Azure#583)
1 parent 3621ee2 commit cb47749

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

parts/kubernetesmasterresources.t

+1-1
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@
358358
{
359359
"creationSource" : "[concat('acsengine-', variables('masterVMNamePrefix'), copyIndex())]",
360360
"resourceNameSuffix" : "[variables('nameSuffix')]",
361-
"orchestrator" : "{{.OrchestratorProfile.OrchestratorType}}:{{.OrchestratorProfile.OrchestratorVersion}}"
361+
"orchestrator" : "[variables('orchestratorNameVersionTag')]"
362362
},
363363
"location": "[variables('location')]",
364364
"name": "[concat(variables('masterVMNamePrefix'), copyIndex())]",

0 commit comments

Comments
 (0)