Skip to content
Snippets Groups Projects
Unverified Commit 53a685db authored by k8s-ci-robot's avatar k8s-ci-robot Committed by GitHub
Browse files

Merge pull request #3262 from torvitas/fix_bin_path

[bugfix] Use bin_dir to find kubectl in contrib/metallb
parents 218e5273 6a5c828b
No related branches found
No related tags found
No related merge requests found
......@@ -10,6 +10,7 @@
kube:
name: "MetalLB"
filename: "{{ kube_config_dir }}/metallb.yml"
kubectl: "{{bin_dir}}/kubectl"
state: "{{ item.changed | ternary('latest','present') }}"
with_items: "{{ rendering.results }}"
when:
......
......@@ -7,5 +7,6 @@
- name: "Kubernetes Apps | Install and configure Heketi Storage"
kube:
name: "GlusterFS"
kubectl: "{{bin_dir}}/kubectl"
filename: "{{ kube_config_dir }}/heketi-storage.json"
state: "{{ rendering.changed | ternary('latest', 'present') }}"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment