Skip to content

Commit

Permalink
Merge branch 'master' into tls
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobstr authored Sep 9, 2019
2 parents 626255f + fb01973 commit 89001a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions handlers/kubecfg/kubecfg.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,5 +91,6 @@ func populateUser(cfg *api.Config, username, token string) api.Config {
c.Clusters[name] = cluster
c.Contexts[name] = &api.Context{Cluster: name, AuthInfo: templateUser}
}
c.CurrentContext = cfg.CurrentContext
return c
}

0 comments on commit 89001a6

Please sign in to comment.