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

Commit 1245156

Browse files
authored
totalNodes var and params are not IsHostedMaster (#2498)
1 parent a90062f commit 1245156

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

parts/k8s/kubernetesmastervars.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"etcdVersion": "[parameters('etcdVersion')]",
44
"maxVMsPerPool": 100,
55
"apiServerCertificate": "[parameters('apiServerCertificate')]",
6-
"totalNodes": "[parameters('totalNodes')]",
76
{{ if not IsHostedMaster }}
7+
"totalNodes": "[parameters('totalNodes')]",
88
"apiServerPrivateKey": "[parameters('apiServerPrivateKey')]",
99
"etcdServerCertificate": "[parameters('etcdServerCertificate')]",
1010
"etcdServerPrivateKey": "[parameters('etcdServerPrivateKey')]",

0 commit comments

Comments
 (0)