Use the --purge flag in doc/install/kubernetes/gitlab_omnibus.md
Originally submitted at https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/6101. Signed-off-by: Rémy Coutable <remy@rymai.me>
This commit is contained in:
parent
4bcd8db335
commit
133712d1c0
1 changed files with 1 additions and 1 deletions
|
@ -228,7 +228,7 @@ helm upgrade gitlab --set gitlab=ee,gitlabEEImage=gitlab/gitlab-ee:9.5.5-ee.0 gi
|
||||||
To uninstall the GitLab Chart, run the following:
|
To uninstall the GitLab Chart, run the following:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
helm delete gitlab
|
helm delete --purge gitlab
|
||||||
```
|
```
|
||||||
|
|
||||||
## Troubleshooting
|
## Troubleshooting
|
||||||
|
|
Loading…
Reference in a new issue