Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
H
helm3
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
helm3
Commits
6eaeadf2
Commit
6eaeadf2
authored
Jun 29, 2017
by
Matt Butcher
Committed by
GitHub
Jun 29, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2635 from jascott1/cap_init2
Capitalize 'helm' text in init.go.
parents
dfb296ad
8cac4935
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
init.go
cmd/helm/init.go
+2
-2
No files found.
cmd/helm/init.go
View file @
6eaeadf2
...
@@ -246,13 +246,13 @@ func (i *initCmd) run() error {
...
@@ -246,13 +246,13 @@ func (i *initCmd) run() error {
if
err
:=
installer
.
Upgrade
(
i
.
kubeClient
,
&
i
.
opts
);
err
!=
nil
{
if
err
:=
installer
.
Upgrade
(
i
.
kubeClient
,
&
i
.
opts
);
err
!=
nil
{
return
fmt
.
Errorf
(
"error when upgrading: %s"
,
err
)
return
fmt
.
Errorf
(
"error when upgrading: %s"
,
err
)
}
}
fmt
.
Fprintln
(
i
.
out
,
"
\n
Tiller (the
h
elm server-side component) has been upgraded to the current version."
)
fmt
.
Fprintln
(
i
.
out
,
"
\n
Tiller (the
H
elm server-side component) has been upgraded to the current version."
)
}
else
{
}
else
{
fmt
.
Fprintln
(
i
.
out
,
"Warning: Tiller is already installed in the cluster.
\n
"
+
fmt
.
Fprintln
(
i
.
out
,
"Warning: Tiller is already installed in the cluster.
\n
"
+
"(Use --client-only to suppress this message, or --upgrade to upgrade Tiller to the current version.)"
)
"(Use --client-only to suppress this message, or --upgrade to upgrade Tiller to the current version.)"
)
}
}
}
else
{
}
else
{
fmt
.
Fprintln
(
i
.
out
,
"
\n
Tiller (the
h
elm server-side component) has been installed into your Kubernetes Cluster."
)
fmt
.
Fprintln
(
i
.
out
,
"
\n
Tiller (the
H
elm server-side component) has been installed into your Kubernetes Cluster."
)
}
}
}
else
{
}
else
{
fmt
.
Fprintln
(
i
.
out
,
"Not installing Tiller due to 'client-only' flag having been set"
)
fmt
.
Fprintln
(
i
.
out
,
"Not installing Tiller due to 'client-only' flag having been set"
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment