Skip to content
Snippets Groups Projects
Commit 7294a229 authored by Bogdan Dobrelya's avatar Bogdan Dobrelya Committed by GitHub
Browse files

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

also use kube_api_pwd for root account
parents f4b7474a 6e35895b
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment