Skip to content
Snippets Groups Projects
Commit bd6c12d6 authored by Smana's avatar Smana
Browse files

fix api auth issue for ci tests

parent 9135c134
No related branches found
No related tags found
No related merge requests found
......@@ -17,14 +17,14 @@ kube_cert_group: kube-cert
kube_log_level: 2
# Users to create for basic auth in Kubernetes API via HTTP
root_api_pwd: "changeme"
kube_api_pwd: "changeme"
kube_users:
# kube:
# pass: changeme
# role: admin
root:
pass: "{{root_api_pwd}}"
role: admin
kube:
pass: "{{kube_api_pwd}}"
role: admin
root:
pass: "changeme"
role: admin
# Kubernetes cluster name, also will be used as DNS domain
cluster_name: cluster.local
......
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