summaryrefslogtreecommitdiffstats
path: root/jjb/yardstick/yardstick-get-k8s-conf.sh
blob: e93367f9a011c1755cc878f0713bf2f6039e3030 (plain)
1
2
3
4
5
6
7
8
#!/bin/bash
set -e

dest_path="$HOME/admin.conf"

if [[ "${DEPLOY_SCENARIO:0:2}" == "k8" ]];then
    juju scp kubernetes-master/0:config "${dest_path}"
fi