From f36921edb8de19118dd26d25a9130b1f92dc18f5 Mon Sep 17 00:00:00 2001
From: Arun Theja <naguads111@gmail.com>
Date: Sat, 4 Mar 2023 12:49:25 +0000
Subject: [PATCH] Helm-Commands

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

diff --git a/Helm/Helm-Commands b/Helm/Helm-Commands
index 9d4558e..2d6fba8 100644
--- a/Helm/Helm-Commands
+++ b/Helm/Helm-Commands
@@ -50,6 +50,7 @@ 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 -n NAMESPACE_NAME --values /FOLDER_NAME/FILE_NAME.yaml
 helm install RELEASE_NAME REPOSITORY_NAME/CHART_NAME --namespace NAMESPACE_NAME
 helm install RELEASE_NAME REPOSITORY_NAME/CHART_NAME --namespace NAMESPACE_NAME -f FILE_NAME.yaml
 
@@ -115,6 +116,7 @@ helm show chart REPOSITORY_NAME/CHART_NAME
 helm show readme CHART_NAME                                                    # inspects a chart (directory, file, or URL) and displays the contents of the README file
 helm show values CHART_NAME                                                    # inspects a chart (directory, file, or URL) and displays the contents of the values.yaml file  
 helm show values REPOSITORY_NAME/CHART_NAME
+helm show values REPOSITORY_NAME/CHART_NAME > /FOLDER_NAME/FILE_NAME.yaml
 
 [Template]                                                                     # validating
 helm template CHART_NAME
-- 
GitLab