Skip to content
Snippets Groups Projects
Commit 69f796f0 authored by Tilman Beitter's avatar Tilman Beitter Committed by Kubernetes Prow Robot
Browse files

use the locally deployed kubectl binary within the kubectl.sh helper script (#4311)

parent 5826f081
No related branches found
No related tags found
No related merge requests found
...@@ -103,7 +103,7 @@ ...@@ -103,7 +103,7 @@
copy: copy:
content: | content: |
#!/bin/bash #!/bin/bash
kubectl --kubeconfig=${BASH_SOURCE%/*}/admin.conf $@ ./kubectl --kubeconfig=${BASH_SOURCE%/*}/admin.conf $@
dest: "{{ artifacts_dir }}/kubectl.sh" dest: "{{ artifacts_dir }}/kubectl.sh"
mode: 0755 mode: 0755
become: no become: no
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment