Helm pull: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 9: Line 9:
=Overview=
=Overview=


Used to retrieve individual chart archives:
Used to retrieve individual chart archives.


helm pull stable/postgresql
For locally added repository:
 
<syntaxhighlight lang='bash'>
helm pull stable/postgresql
</syntaxhighlight>
 
For a remote chart URL:
<syntaxhighlight lang='bash'>
helm pull https://example.com/cassandra-3.11.tar.gz
</syntaxhighlight>

Revision as of 00:13, 20 December 2020

External

Internal

Overview

Used to retrieve individual chart archives.

For locally added repository:

helm pull stable/postgresql

For a remote chart URL:

helm pull https://example.com/cassandra-3.11.tar.gz