From 54e8b71ebece308d4eb5ac557f9e9da5acf9285a Mon Sep 17 00:00:00 2001
From: Arun Theja <naguads111@gmail.com>
Date: Mon, 30 Jan 2023 17:52:28 +0000
Subject: [PATCH] Helm-Commands

---
 Helm/Helm-Commands | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Helm/Helm-Commands b/Helm/Helm-Commands
index bc07532..a2dcbc3 100644
--- a/Helm/Helm-Commands
+++ b/Helm/Helm-Commands
@@ -48,6 +48,7 @@ helm install RELEASE_NAME ./CHART_NAME -n NAMESPACE_NAME -f ./FOLDER_NAME/FILE_N
 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 -n NAMESPACE_NAME --set replicaCount=NO --kube-context=CONTEXT_NAME
 helm install RELEASE_NAME REPOSITORY_NAME/CHART_NAME --namespace NAMESPACE_NAME -f FILE_NAME.yaml
 
 [Lint]                                                                         # validating
-- 
GitLab