diff --git a/flyteadmin/pkg/config/config.go b/flyteadmin/pkg/config/config.go index b5ba90e2b4..7d5980c776 100644 --- a/flyteadmin/pkg/config/config.go +++ b/flyteadmin/pkg/config/config.go @@ -54,8 +54,7 @@ type SslOptions struct { } var defaultServerConfig = &ServerConfig{ - HTTPPort: 8088, - KubeConfig: "$HOME/.kube/config", + HTTPPort: 8088, Security: ServerSecurityOptions{ AllowCors: true, AllowedHeaders: []string{"Content-Type", "flyte-authorization"},