diff --git a/Helm/Helm-Commands b/Helm/Helm-Commands index a551419d11da6f54b6935924e119dbddd8d5d138..9d4558e4509867578d81d25128457f31ec3c8721 100644 --- a/Helm/Helm-Commands +++ b/Helm/Helm-Commands @@ -47,6 +47,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 -f FILE_NAME.yaml helm install RELEASE_NAME REPOSITORY_NAME/CHART_NAME -n NAMESPACE_NAME helm install RELEASE_NAME REPOSITORY_NAME/CHART_NAME -n NAMESPACE_NAME --set replicaCount=NO --kube-context=CONTEXT_NAME helm install RELEASE_NAME REPOSITORY_NAME/CHART_NAME --namespace NAMESPACE_NAME