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
1a4f5c3b
Unverified
Commit
1a4f5c3b
authored
7 years ago
by
Ergin Babani
Committed by
Adam Reese
7 years ago
Browse files
Options
Download
Patches
Plain Diff
Update docs with the upgrade/install namespace behaviour.
parent
eb52aa2b
release-2.6
v2.6.2
v2.6.1
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/helm/helm_install.md
+2
-2
docs/helm/helm_install.md
docs/helm/helm_upgrade.md
+2
-2
docs/helm/helm_upgrade.md
with
4 additions
and
4 deletions
+4
-4
docs/helm/helm_install.md
+
2
−
2
View file @
1a4f5c3b
...
...
@@ -76,7 +76,7 @@ helm install [CHART]
--keyring string location of public keys used for verification (default "~/.gnupg/pubring.gpg")
-n, --name string release name. If unspecified, it will autogenerate one for you
--name-template string specify template used to name the release
--namespace string namespace to install the release into
--namespace string namespace to install the release into
. Defaults to the current kube config namespace.
--no-hooks prevent hooks from running during install
--replace re-use the given name, even if that name is already used. This is unsafe in production
--repo string chart repository url where to locate the requested chart
...
...
@@ -106,4 +106,4 @@ helm install [CHART]
### SEE ALSO
*
[
helm
](
helm.md
)
- The Helm package manager for Kubernetes.
###### Auto generated by spf13/cobra on
23-Jun
-2017
###### Auto generated by spf13/cobra on
15-Aug
-2017
This diff is collapsed.
Click to expand it.
docs/helm/helm_upgrade.md
+
2
−
2
View file @
1a4f5c3b
...
...
@@ -44,7 +44,7 @@ helm upgrade [RELEASE] [CHART]
-i, --install if a release by this name doesn't already exist, run an install
--key-file string identify HTTPS client using this SSL key file
--keyring string path to the keyring that contains public signing keys (default "~/.gnupg/pubring.gpg")
--namespace string namespace to install the release into (only used if --install is set)
(d
efault
"default")
--namespace string namespace to install the release into (only used if --install is set)
. D
efault
s to the current kube config namespace
--no-hooks disable pre/post upgrade hooks
--recreate-pods performs pods restart for the resource if applicable
--repo string chart repository url where to locate the requested chart
...
...
@@ -76,4 +76,4 @@ helm upgrade [RELEASE] [CHART]
### SEE ALSO
*
[
helm
](
helm.md
)
- The Helm package manager for Kubernetes.
###### Auto generated by spf13/cobra on
23-Jun
-2017
###### Auto generated by spf13/cobra on
15-Aug
-2017
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