From 32268ae815154eb2c35c456c474b495d95577edd Mon Sep 17 00:00:00 2001 From: Shekar Siri Date: Sat, 22 May 2021 01:28:19 +0530 Subject: [PATCH] Update vars.yaml change: kube path empty --- scripts/helm/vars.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/helm/vars.yaml b/scripts/helm/vars.yaml index dae690403..c12f92c2c 100644 --- a/scripts/helm/vars.yaml +++ b/scripts/helm/vars.yaml @@ -2,12 +2,12 @@ ## Mandatory Fields. ################### -# Give the path of the kubeconfig_path: /home/rajeshr/.kube/config +# Give the path of the kubeconfig_path: /home/user/.kube/config # we can access the kubernetes cluster. # Give absolute file path. # Use following command to get the full file path # `readlink -f ` -kubeconfig_path: /home/rajeshr/.kube/config +kubeconfig_path: "" ################### ## Optional Fields.