mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-15 06:43:54 +00:00
Merge pull request #20736 from deads2k/kubeconfig-bug
Auto commit by PR queue bot
This commit is contained in:
commit
5512522362
@ -66,6 +66,7 @@ func (test currentContextTest) run(t *testing.T) {
|
|||||||
|
|
||||||
pathOptions := NewDefaultPathOptions()
|
pathOptions := NewDefaultPathOptions()
|
||||||
pathOptions.GlobalFile = fakeKubeFile.Name()
|
pathOptions.GlobalFile = fakeKubeFile.Name()
|
||||||
|
pathOptions.EnvVar = ""
|
||||||
options := CurrentContextOptions{
|
options := CurrentContextOptions{
|
||||||
ConfigAccess: pathOptions,
|
ConfigAccess: pathOptions,
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user