Helm install

From NovaOrdis Knowledge Base
Revision as of 16:34, 28 August 2019 by Ovidiu (talk | contribs) (→‎Overview)
Jump to navigation Jump to search

External

Internal

Overview

Install a chart archive, creating a release in the process.

helm install <chart-name>

helm install stable/mysql

Specifying a Release Name

helm install --name <release-name> ...