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
Branches
Tags
No related merge requests found
...@@ -55,7 +55,7 @@ kube_users: ...@@ -55,7 +55,7 @@ kube_users:
pass: "{{kube_api_pwd}}" pass: "{{kube_api_pwd}}"
role: admin role: admin
root: root:
pass: "changeme" pass: "{{kube_api_pwd}}"
role: admin role: admin
# Kubernetes cluster name, also will be used as DNS domain # 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.
Please register or to comment