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:
parent
fbf957e5b1
commit
2f7d12f61d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user