mirror of
https://github.com/helm/helm.git
synced 2026-04-05 00:55:06 -04:00
use 127.0.0.1 instead of localhost
This commit is contained in:
parent
c5c6e6375b
commit
1eb96ad9bc
1 changed files with 1 additions and 1 deletions
|
|
@ -174,7 +174,7 @@ func setupConnection(c *cobra.Command, args []string) error {
|
|||
return err
|
||||
}
|
||||
|
||||
settings.TillerHost = fmt.Sprintf("localhost:%d", tunnel.Local)
|
||||
settings.TillerHost = fmt.Sprintf("127.0.0.1:%d", tunnel.Local)
|
||||
debug("Created tunnel using local port: '%d'\n", tunnel.Local)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue