Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
1105 Внедрение механизмов обеспечения безопасности цепочки поставки программных проектов
Legacy
scanned-projects
helm
Commits
9c79102b
Unverified
Commit
9c79102b
authored
7 years ago
by
Matthew Fisher
Committed by
Adam Reese
7 years ago
Browse files
Options
Download
Patches
Plain Diff
use 127.0.0.1 instead of localhost
parent
08c1144f
release-2.7
v2.7.2
v2.7.1
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
cmd/helm/helm.go
+1
-1
cmd/helm/helm.go
with
1 addition
and
1 deletion
+1
-1
cmd/helm/helm.go
+
1
−
1
View file @
9c79102b
...
@@ -174,7 +174,7 @@ func setupConnection(c *cobra.Command, args []string) error {
...
@@ -174,7 +174,7 @@ func setupConnection(c *cobra.Command, args []string) error {
return
err
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
)
debug
(
"Created tunnel using local port: '%d'
\n
"
,
tunnel
.
Local
)
}
}
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets