fix api auth issue for ci tests
This commit is contained in:
parent
9135c134ec
commit
bd6c12d686
1 changed files with 7 additions and 7 deletions
|
@ -17,13 +17,13 @@ kube_cert_group: kube-cert
|
||||||
kube_log_level: 2
|
kube_log_level: 2
|
||||||
|
|
||||||
# Users to create for basic auth in Kubernetes API via HTTP
|
# Users to create for basic auth in Kubernetes API via HTTP
|
||||||
root_api_pwd: "changeme"
|
kube_api_pwd: "changeme"
|
||||||
kube_users:
|
kube_users:
|
||||||
# kube:
|
kube:
|
||||||
# pass: changeme
|
pass: "{{kube_api_pwd}}"
|
||||||
# role: admin
|
role: admin
|
||||||
root:
|
root:
|
||||||
pass: "{{root_api_pwd}}"
|
pass: "changeme"
|
||||||
role: admin
|
role: admin
|
||||||
|
|
||||||
# Kubernetes cluster name, also will be used as DNS domain
|
# Kubernetes cluster name, also will be used as DNS domain
|
||||||
|
|
Loading…
Reference in a new issue