We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7193c11 + b0b6760 commit ae09006Copy full SHA for ae09006
1 file changed
pkg/devspace/clients/kubectl/client.go
@@ -72,7 +72,7 @@ func GetClientConfig() (*rest.Config, error) {
72
return nil, err
73
}
74
75
- return clientcmd.NewNonInteractiveClientConfig(*kubeConfig, *config.Cluster.KubeContext, nil, clientcmd.NewDefaultClientConfigLoadingRules()).ClientConfig()
+ return clientcmd.NewNonInteractiveClientConfig(*kubeConfig, *config.Cluster.KubeContext, &clientcmd.ConfigOverrides{}, clientcmd.NewDefaultClientConfigLoadingRules()).ClientConfig()
76
77
78
return clientcmd.BuildConfigFromFlags("", clientcmd.RecommendedHomeFile)
0 commit comments