diff --git a/cmd/installer.go b/cmd/installer.go index dd74a36..24dbe49 100644 --- a/cmd/installer.go +++ b/cmd/installer.go @@ -156,7 +156,7 @@ func printSuccessBanner(namespace, deployment, version, username, password strin fmt.Printf(common.Green+"Port-forwarding %s service on port %s...\n"+common.Reset, serviceName, localPort) if err = startPortForward(namespace, serviceName, "80", localPort); err != nil { - fmt.Fatalf(common.Red+"failed to port-forward service: %s", err.Error()) + fmt.Printf(common.Red+"failed to port-forward service: %s", err.Error()) } // Redirect to UI