Skip to content
This repository was archived by the owner on May 31, 2024. It is now read-only.

Commit a295bf8

Browse files
committed
Fix flyteadmin port in flytectl config init
Signed-off-by: eduardo apolinario <eapolinario@users.noreply.github.com>
1 parent 29da288 commit a295bf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/configuration/configuration.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ func initFlytectlConfig(reader io.Reader) error {
8585
}
8686

8787
templateValues := configutil.ConfigTemplateSpec{
88-
Host: "dns:///localhost:30081",
88+
Host: "dns:///localhost:30080",
8989
Insecure: true,
9090
}
9191
templateStr := configutil.GetTemplate()

0 commit comments

Comments
 (0)