Helm pull: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 17: Line 17:
</syntaxhighlight>
</syntaxhighlight>


For a remote chart URL: <font color=darkgray>TODO</font>
For a remote chart URL:
 
<syntaxhighlight lang='bash'>
helm pull https://example.com/charts/cassandra-1.0.0.tgz
</syntaxhighlight>

Revision as of 01:25, 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/charts/cassandra-1.0.0.tgz