Update vars.yaml

change: kube path empty
This commit is contained in:
Shekar Siri 2021-05-22 01:28:19 +05:30 committed by GitHub
parent 30a4a21b7e
commit 32268ae815
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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.