Skip to content

Commit

Permalink
add: helm autocompletion
Browse files Browse the repository at this point in the history
  • Loading branch information
pasiol committed Dec 26, 2024
1 parent e7367ec commit ff75c38
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions roles/cluster_node_set_up/tasks/install_helm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,9 @@
ansible.builtin.file:
path: /tmp/helm-signing.asc
state: absent

- name: Add autocompletion for helm
ansible.builtin.lineinfile:
path: ~/.bashrc
line: source <(helm completion bash)
state: present

0 comments on commit ff75c38

Please sign in to comment.