Skip to content
Snippets Groups Projects
Unverified Commit a5445d9c authored by Erwan Miran's avatar Erwan Miran Committed by GitHub
Browse files

Add stable repo on all masters with helm 3.x.x (#5659)

parent da86457c
No related branches found
No related tags found
No related merge requests found
......@@ -101,6 +101,13 @@
- helm_version is version('v3.0.0', '<')
environment: "{{ proxy_env }}"
- name: Helm | Add/update stable repo on all masters
command: "{{ bin_dir }}/helm repo add stable {{ helm_stable_repo_url }}"
environment: "{{ proxy_env }}"
when:
- helm_version is version('v3.0.0', '>=')
- helm_stable_repo_url is defined
- name: Make sure bash_completion.d folder exists
file:
name: "/etc/bash_completion.d/"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment