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
d55782de
Commit
d55782de
authored
Sep 08, 2017
by
flyer103
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cmd/helm,docs/helm: amend default namespace of tiller
parent
830d84f6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
helm.go
cmd/helm/helm.go
+1
-1
helm.md
docs/helm/helm.md
+1
-1
No files found.
cmd/helm/helm.go
View file @
d55782de
...
...
@@ -69,7 +69,7 @@ Environment:
$HELM_HOME set an alternative location for Helm files. By default, these are stored in ~/.helm
$HELM_HOST set an alternative Tiller host. The format is host:port
$HELM_NO_PLUGINS disable plugins. Set HELM_NO_PLUGINS=1 to disable plugins.
$TILLER_NAMESPACE set an alternative Tiller namespace (default "kube-
namespace
")
$TILLER_NAMESPACE set an alternative Tiller namespace (default "kube-
system
")
$KUBECONFIG set an alternative Kubernetes configuration file (default "~/.kube/config")
`
...
...
docs/helm/helm.md
View file @
d55782de
...
...
@@ -25,7 +25,7 @@ Environment:
$HELM_HOME set an alternative location for Helm files. By default, these are stored in ~/.helm
$HELM_HOST set an alternative Tiller host. The format is host:port
$HELM_NO_PLUGINS disable plugins. Set HELM_NO_PLUGINS=1 to disable plugins.
$TILLER_NAMESPACE set an alternative Tiller namespace (default "kube-
namespace
")
$TILLER_NAMESPACE set an alternative Tiller namespace (default "kube-
system
")
$KUBECONFIG set an alternative Kubernetes configuration file (default "~/.kube/config")
...
...
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