Skip to content

Commit

Permalink
Merge pull request #71 from scality/fix_info_displayer
Browse files Browse the repository at this point in the history
Fix info_displayer (var undefined)
  • Loading branch information
Zempashi committed Jun 11, 2018
2 parents 45f0b20 + 001bb5e commit b5a6471
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metal-k8s.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
vars:
add_info:
- master_dashboard_url: >-
{{ external_apiserver_endpoint
{{ hostvars[groups['kube-master']|first].external_apiserver_endpoint
}}/api/v1/namespaces/kube-system/services/https:kubernetes-dashboard:/proxy
kube_login: 'kube'
kube_password: '{{ kube_api_pwd }}'

0 comments on commit b5a6471

Please sign in to comment.