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
4d519a74
Unverified
Commit
4d519a74
authored
Apr 23, 2018
by
Matthew Fisher
Committed by
GitHub
Apr 23, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3941 from AdamDang/patch-8
Some typo fixes
parents
f201db3f
bcf5688e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
install.go
cmd/helm/installer/install.go
+1
-1
plugins.md
docs/plugins.md
+1
-1
No files found.
cmd/helm/installer/install.go
View file @
4d519a74
...
...
@@ -73,7 +73,7 @@ func Upgrade(client kubernetes.Interface, opts *Options) error {
if
_
,
err
:=
client
.
ExtensionsV1beta1
()
.
Deployments
(
opts
.
Namespace
)
.
Update
(
obj
);
err
!=
nil
{
return
err
}
// If the service does not exist
s
that would mean we are upgrading from a Tiller version
// If the service does not exist that would mean we are upgrading from a Tiller version
// that didn't deploy the service, so install it.
_
,
err
=
client
.
CoreV1
()
.
Services
(
opts
.
Namespace
)
.
Get
(
serviceName
,
metav1
.
GetOptions
{})
if
apierrors
.
IsNotFound
(
err
)
{
...
...
docs/plugins.md
View file @
4d519a74
...
...
@@ -183,7 +183,7 @@ If a plugin specifies `useTunnel: true`, Helm will do the following (in order):
5.
Close the tunnel
The tunnel is removed as soon as the
`command`
returns. So, for example, a
command cannot background a process and assume that
that
process will be able
command cannot background a process and assume that process will be able
to use the tunnel.
## A Note on Flag Parsing
...
...
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