Fix kubeconfig filename

This commit is contained in:
Robert Schäfer 2019-04-05 00:25:59 +02:00
parent 262655a1d8
commit 5f43fe77fc

View File

@ -15,4 +15,4 @@ sudo mv ./doctl /usr/local/bin/doctl
doctl auth init --access-token $DOCTL_ACCESS_TOKEN
mkdir -p ~/.kube/
doctl kubernetes cluster kubeconfig show nitro-staging > ~/.kube/config.yaml
doctl kubernetes cluster kubeconfig show nitro-staging > ~/.kube/config