Skip to content

Commit

Permalink
Fix typo in substitution variable
Browse files Browse the repository at this point in the history
  • Loading branch information
EmmEff committed Mar 28, 2016
1 parent 6f50912 commit db6139b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/kubernetes/cloud-config/node-config-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ write_files:
command:
- /hyperkube
- proxy
- --master=https://<KUBRNETES_MASTER>:443
- --master=https://<KUBERNETES_MASTER>:443
- --kubeconfig=/etc/kubernetes/worker-kubeconfig.yaml
- --proxy-mode=iptables
securityContext:
Expand Down

0 comments on commit db6139b

Please sign in to comment.