Skip to content

Commit

Permalink
fix helm install with password authentication (kubernetes-sigs#9343)
Browse files Browse the repository at this point in the history
  • Loading branch information
ghostloda authored and HoKim98 committed Mar 8, 2023
1 parent 31bd8fc commit 2f4bdb8
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions roles/kubernetes-apps/helm/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,11 @@
download: "{{ download_defaults | combine(downloads.helm) }}"

- name: Helm | Copy helm binary from download dir
synchronize:
copy:
src: "{{ local_release_dir }}/helm-{{ helm_version }}/linux-{{ image_arch }}/helm"
dest: "{{ bin_dir }}/helm"
compress: no
perms: yes
owner: no
group: no
delegate_to: "{{ inventory_hostname }}"
mode: 0755
remote_src: true

- name: Helm | Get helm completion
command: "{{ bin_dir }}/helm completion bash"
Expand Down

0 comments on commit 2f4bdb8

Please sign in to comment.