Merge pull request #934 from frozenice/use-api-pwd-for-root

also use kube_api_pwd for root account
This commit is contained in:
Bogdan Dobrelya
2017-01-24 11:24:02 +01:00
committed by GitHub

View File

@ -55,7 +55,7 @@ kube_users:
pass: "{{kube_api_pwd}}"
role: admin
root:
pass: "changeme"
pass: "{{kube_api_pwd}}"
role: admin
# Kubernetes cluster name, also will be used as DNS domain