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:
For a remote chart URL: <font color=darkgray>TODO</font>
<syntaxhighlight lang='bash'>
helm pull https://example.com/cassandra-3.11.tar.gz
</syntaxhighlight>

Revision as of 00:17, 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: TODO