Skip to content
Snippets Groups Projects
Unverified Commit 547ef747 authored by ghostloda's avatar ghostloda Committed by GitHub
Browse files

fix helm install with password authentication (#9343)

parent 63b27ea0
No related branches found
No related tags found
No related merge requests found
...@@ -5,14 +5,11 @@ ...@@ -5,14 +5,11 @@
download: "{{ download_defaults | combine(downloads.helm) }}" download: "{{ download_defaults | combine(downloads.helm) }}"
- name: Helm | Copy helm binary from download dir - name: Helm | Copy helm binary from download dir
synchronize: copy:
src: "{{ local_release_dir }}/helm-{{ helm_version }}/linux-{{ image_arch }}/helm" src: "{{ local_release_dir }}/helm-{{ helm_version }}/linux-{{ image_arch }}/helm"
dest: "{{ bin_dir }}/helm" dest: "{{ bin_dir }}/helm"
compress: no mode: 0755
perms: yes remote_src: true
owner: no
group: no
delegate_to: "{{ inventory_hostname }}"
- name: Helm | Get helm completion - name: Helm | Get helm completion
command: "{{ bin_dir }}/helm completion bash" command: "{{ bin_dir }}/helm completion bash"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment