mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-20 18:31:15 +00:00
Merge pull request #107136 from bertinatto/vsphere-log
Don't log vSphere configuration data in storage e2e tests
This commit is contained in:
commit
da9a46bac2
@ -179,6 +179,6 @@ func populateInstanceMap(cfg *ConfigFile) (map[string]*VSphere, error) {
|
||||
vsphereInstances[vcServer] = &vsphereIns
|
||||
}
|
||||
|
||||
framework.Logf("ConfigFile %v \n vSphere instances %v", cfg, vsphereInstances)
|
||||
framework.Logf("vSphere instances: %v", vsphereInstances)
|
||||
return vsphereInstances, nil
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user