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. Change-Id: I38c487f88d17e9429c30cb03bf2d0f3652f1db99 Signed-off-by: Pete Birley <pete@port.direct>
This commit is contained in:
parent
a514f76530
commit
e74dce4307
@ -86,4 +86,4 @@
|
||||
http_proxy: "{{ proxy.http }}"
|
||||
https_proxy: "{{ proxy.https }}"
|
||||
no_proxy: "{{ proxy.noproxy }}"
|
||||
command: helm init --client-only
|
||||
command: helm init --client-only --skip-refresh
|
||||
|
Loading…
x
Reference in New Issue
Block a user