Skip to content

Commit

Permalink
auth_config path for aws for ginkgo
Browse files Browse the repository at this point in the history
  • Loading branch information
justinsb committed Mar 5, 2015
1 parent e8ee20a commit 4066826
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/ginkgo-e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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=()
Expand Down

0 comments on commit 4066826

Please sign in to comment.