Skip to content

Commit

Permalink
pkg/start: use loopback kubeconfig to talk to API
Browse files Browse the repository at this point in the history
  • Loading branch information
jhixson74 committed Jul 30, 2019
1 parent c040eb0 commit 61d1428
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/start/asset.go
Expand Up @@ -2,7 +2,7 @@ package start

const (
assetPathSecrets = "tls"
assetPathAdminKubeConfig = "auth/kubeconfig"
assetPathAdminKubeConfig = "auth/kubeconfig-loopback"
assetPathManifests = "manifests"
assetPathBootstrapManifests = "bootstrap-manifests"
)
Expand Down

0 comments on commit 61d1428

Please sign in to comment.