Helm: dont update the default stable repo on install

Helm now tries to update the stable repo when running helm init
by default. This ps adds the flag to prevent this, which is required
when running in airgapped, and some corporate, environments.

This PS adds a previously misssed instance.

Change-Id: I9095863d46e320b6ea486d3837e6aa3c4298046e
Signed-off-by: Pete Birley <pete@port.direct>
This commit is contained in:
Pete Birley 2018-08-23 15:04:24 -05:00
parent fbf957e5b1
commit 2f7d12f61d

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