Updated kubectl.sh (#5156)

The script is not usable unless you are in the '.vagrant/provisioners/ansible/inventory/artifacts' folder.
This update makes this usable from anywhere.
pull/5209/head
Richard Scott 2019-09-26 12:23:07 +01:00 committed by Kubernetes Prow Robot
parent 81cb302399
commit 75e4cc2fd9
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@
copy: copy:
content: | content: |
#!/bin/bash #!/bin/bash
./kubectl --kubeconfig=${BASH_SOURCE%/*}/admin.conf $@ ${BASH_SOURCE%/*}/kubectl --kubeconfig=${BASH_SOURCE%/*}/admin.conf $@
dest: "{{ artifacts_dir }}/kubectl.sh" dest: "{{ artifacts_dir }}/kubectl.sh"
mode: 0755 mode: 0755
become: no become: no