Merge "Helm: dont update the default stable repo on install"

This commit is contained in:
Zuul 2018-08-24 17:21:54 +00:00 committed by Gerrit Code Review
commit ce163043ec

View File

@ -32,7 +32,7 @@
args:
executable: /bin/bash
- name: setting up helm client
command: helm init --client-only
command: helm init --client-only --skip-refresh
- block:
- name: checking if local helm server is running