auth_config path for aws for ginkgo

This commit is contained in:
Justin Santa Barbara 2015-03-05 15:18:28 -08:00
parent e8ee20afff
commit 4066826b10

View File

@ -97,7 +97,7 @@ elif [[ "${KUBERNETES_PROVIDER}" == "gce" ]]; then
)
elif [[ "${KUBERNETES_PROVIDER}" == "aws" ]]; then
auth_config=(
"--auth_config=${HOME}/.kubernetes_auth"
"--auth_config=${HOME}/.kube/${INSTANCE_PREFIX}/kubernetes_auth"
)
else
auth_config=()