Skip to content
Snippets Groups Projects
Commit b0c167ee authored by Arun Theja's avatar Arun Theja
Browse files

Helm-Commands

parent 030b8a90
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,8 @@ helm install ./CHART_NAME --dry-run --debug
helm install ./CHART_NAME --dry-run --debug --generate-name
helm install REPOSITORY_NAME/CHART_NAME --name RELEASE_NAME
helm install REPOSITORY_NAME/CHART_NAME --name RELEASE_NAME --namespace NAMESPACE_NAME
helm install RELEASE_NAME CHART_NAME # v3
helm install RELEASE_NAME . # v3
helm install RELEASE_NAME CHART_NAME
helm install RELEASE_NAME ./CHART_NAME
helm install RELEASE_NAME CHART_NAME -f FILE_NAME.yaml
helm install RELEASE_NAME CHART_NAME --repo REPOSITORY_HTTPS_URL
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment