Update vars.yaml

change: kube path empty
This commit is contained in:
Shekar Siri 2021-05-22 01:28:19 +05:30 committed by Rajesh Rajendran
parent 6036d99efb
commit d3c1341d3d

View file

@ -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 <file>`
kubeconfig_path: /home/rajeshr/.kube/config
kubeconfig_path: ""
###################
## Optional Fields.