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

Commit

Permalink
totalNodes var and params are not IsHostedMaster (#2498)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackfrancis authored Mar 20, 2018
1 parent a90062f commit 1245156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parts/k8s/kubernetesmastervars.t
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"etcdVersion": "[parameters('etcdVersion')]",
"maxVMsPerPool": 100,
"apiServerCertificate": "[parameters('apiServerCertificate')]",
"totalNodes": "[parameters('totalNodes')]",
{{ if not IsHostedMaster }}
"totalNodes": "[parameters('totalNodes')]",
"apiServerPrivateKey": "[parameters('apiServerPrivateKey')]",
"etcdServerCertificate": "[parameters('etcdServerCertificate')]",
"etcdServerPrivateKey": "[parameters('etcdServerPrivateKey')]",
Expand Down

0 comments on commit 1245156

Please sign in to comment.