Skip to content

Commit 61d1428

Browse files
committed
pkg/start: use loopback kubeconfig to talk to API
1 parent c040eb0 commit 61d1428

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/start/asset.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package start
22

33
const (
44
assetPathSecrets = "tls"
5-
assetPathAdminKubeConfig = "auth/kubeconfig"
5+
assetPathAdminKubeConfig = "auth/kubeconfig-loopback"
66
assetPathManifests = "manifests"
77
assetPathBootstrapManifests = "bootstrap-manifests"
88
)

0 commit comments

Comments
 (0)