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:
Sascha Marcel Schmidt 2018-06-12 12:24:33 +00:00 committed by Rémy Coutable
parent 4bcd8db335
commit 133712d1c0
No known key found for this signature in database
GPG Key ID: 98DFFD1C0C62B70B
1 changed files with 1 additions and 1 deletions

View File

@ -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:
```bash
helm delete gitlab
helm delete --purge gitlab
```
## Troubleshooting