💾 Archived View for freeshell.de › tldr › helm-install.gmi captured on 2023-07-10 at 14:37:35. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2022-04-28)

-=-=-=-=-=-=-

helm install

Install a helm chart.

More information.

helm install {name} {repository_name}/{chart_name}
helm install {name} {path/to/source_directory}
helm install {package_name} {https://example.com/charts/packagename-1.2.3.tgz}
helm install {repository_name}/{chart_name} --generate-name
helm install {name} {repository_name}/{chart_name} --dry-run
helm install {name} {repository_name}/{chart_name} --set {parameter1}={value1},{parameter2}={value2}
helm install {name} {repository_name}/{chart_name} --values {path/to/values.yaml}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY