We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c040eb0 commit 61d1428Copy full SHA for 61d1428
1 file changed
pkg/start/asset.go
@@ -2,7 +2,7 @@ package start
2
3
const (
4
assetPathSecrets = "tls"
5
- assetPathAdminKubeConfig = "auth/kubeconfig"
+ assetPathAdminKubeConfig = "auth/kubeconfig-loopback"
6
assetPathManifests = "manifests"
7
assetPathBootstrapManifests = "bootstrap-manifests"
8
)
0 commit comments