auth_config path for aws for ginkgo

pull/6/head
Justin Santa Barbara 2015-03-05 15:18:28 -08:00
parent e8ee20afff
commit 4066826b10
1 changed files with 1 additions and 1 deletions

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=()