We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31b39d2 commit 3fde530Copy full SHA for 3fde530
pkg/crc/machine/bundle/copier.go
@@ -70,7 +70,7 @@ func (copier *Copier) CopyPrivateSSHKey(srcPath string) error {
70
}
71
72
func (copier *Copier) CopyKubeConfig() error {
73
- if copier.srcBundle.IsOpenShift() {
+ if !copier.srcBundle.IsPodman() {
74
kubeConfigFileName := filepath.Base(copier.srcBundle.GetKubeConfigPath())
75
srcPath := copier.srcBundle.GetKubeConfigPath()
76
destPath := copier.resolvePath(kubeConfigFileName)
0 commit comments