Update K8s master VMs to use orchestratorNameVersionTag parameter (#583)

This commit is contained in:
Anubhuti Manohar 2017-05-08 13:29:39 -07:00 коммит произвёл Jack
Родитель 3621ee2ef1
Коммит cb47749394
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -358,7 +358,7 @@
{
"creationSource" : "[concat('acsengine-', variables('masterVMNamePrefix'), copyIndex())]",
"resourceNameSuffix" : "[variables('nameSuffix')]",
"orchestrator" : "{{.OrchestratorProfile.OrchestratorType}}:{{.OrchestratorProfile.OrchestratorVersion}}"
"orchestrator" : "[variables('orchestratorNameVersionTag')]"
},
"location": "[variables('location')]",
"name": "[concat(variables('masterVMNamePrefix'), copyIndex())]",

Различия файлов скрыты, потому что одна или несколько строк слишком длинны