Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boxiang Sun
gitlab-ce
Commits
026f04c2
Commit
026f04c2
authored
Sep 18, 2017
by
Joshua Lambert
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix link, resolve inconsistent examples
parent
727f51b8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
15 deletions
+3
-15
doc/install/kubernetes/gitlab_omnibus.md
doc/install/kubernetes/gitlab_omnibus.md
+3
-15
No files found.
doc/install/kubernetes/gitlab_omnibus.md
View file @
026f04c2
...
...
@@ -149,31 +149,19 @@ helm install --name gitlab --set baseDomain=gitlab.io,baseIP=1.1.1.1,gitlab=ee,g
## Updating GitLab using the Helm Chart
Once your GitLab Chart is installed, configuration changes and chart updates
should we done using
`helm upgrade`
should we done using
`helm upgrade`
:
```
bash
helm upgrade
-f
<CONFIG_VALUES_FILE> <RELEASE-NAME> gitlab/gitlab
helm upgrade
-f
values.yaml gitlab gitlab/gitlab-omnibus
```
where:
-
`<CONFIG_VALUES_FILE>`
is the path to values file containing your custom
[configuration] (#configuring-and-installing-gitlab).
-
`<RELEASE-NAME>`
is the name you gave the chart when installing it.
In the
[
Install section
](
#installing-gitlab-using-the-helm-chart
)
we called it
`gitlab`
.
## Uninstalling GitLab using the Helm Chart
To uninstall the GitLab Chart, run the following:
```
bash
helm delete
<RELEASE-NAME>
helm delete
gitlab
```
where:
-
`<RELEASE-NAME>`
is the name you gave the chart when installing it.
In the
[
Install section
](
#installing
)
we called it
`gitlab`
.
[
kube-srv
]:
https://kubernetes.io/docs/concepts/services-networking/service/#publishing-services---service-types
[
storageclass
]:
https://kubernetes.io/docs/concepts/storage/persistent-volumes/#storageclasses
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