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

Helm-Commands

parent c2ae46f0
No related branches found
No related tags found
No related merge requests found
......@@ -46,6 +46,7 @@ helm install RELEASE_NAME CHART_NAME --namespace NAMESPACE_NAME
helm install RELEASE_NAME ./CHART_NAME -n NAMESPACE_NAME -f ./FOLDER_NAME/FILE_NAME.yaml
helm install RELEASE_NAME ./CHART_NAME/ -n NAMESPACE_NAME -f FILE_NAME.yaml --create-namespace # create the release namespace if not present
helm install RELEASE_NAME REPOSITORY_NAME/CHART_NAME
helm install RELEASE_NAME REPOSITORY_NAME/CHART_NAME -n NAMESPACE_NAME
helm install RELEASE_NAME REPOSITORY_NAME/CHART_NAME --namespace NAMESPACE_NAME -f FILE_NAME.yaml
[Lint] # validating
......
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