Update cmd/helm/helm.go, fix typo

Co-authored-by: Jakub Warczarek <jakub.warczarek@gmail.com>
Signed-off-by: Bhargav Ravuri <bhargav.ravuri@infracloud.io>
pull/11908/head
Bhargav Ravuri 1 year ago committed by GitHub
parent 7337910710
commit 7f2fc2ae00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -74,7 +74,7 @@ func main() {
helmDriver := os.Getenv("HELM_DRIVER")
if settings.KubeConfig != "" {
// If KubeConfig path is not empty, backup kube config to: <helm-config-path>/kubeconfig
// If KubeConfig path is not empty, backup kubeconfig to: <helm-config-path>/kubeconfig
// When the backup is successful, the settings.KubeConfig path is updated to backup file's path.
if err := settings.BackupKubeConfig(); err != nil {
log.Fatal(err)

Loading…
Cancel
Save