Helm install: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 12: Line 12:


Install a [[Helm Concepts#Chart_Archive|chart archive]], creating a [[Helm Concepts#Release|release]] in the process.
Install a [[Helm Concepts#Chart_Archive|chart archive]], creating a [[Helm Concepts#Release|release]] in the process.
helm install <''chart-name''>
   
   
  helm install stable/mysql
  helm install stable/mysql

Revision as of 16:33, 28 August 2019

External

Internal

Overview

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

helm install <chart-name>

helm install stable/mysql