summaryrefslogtreecommitdiff
path: root/doc/raketasks
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-03-09 03:13:02 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2023-03-09 03:13:02 +0000
commit44a883b53a586ff5966adce0aacfaa9d31e80441 (patch)
treeb2040c2fa853aec7dd181c5c6d8129b638ee3693 /doc/raketasks
parentde19091107816cd08b0b83f7d908776e71a43606 (diff)
downloadgitlab-ce-44a883b53a586ff5966adce0aacfaa9d31e80441.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/raketasks')
-rw-r--r--doc/raketasks/index.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/raketasks/index.md b/doc/raketasks/index.md
index cf882248334..e559605d147 100644
--- a/doc/raketasks/index.md
+++ b/doc/raketasks/index.md
@@ -12,7 +12,7 @@ processes.
You can perform GitLab Rake tasks by using:
-- `gitlab-rake <raketask>` for [Omnibus GitLab](https://docs.gitlab.com/omnibus/index.html) installations.
+- `gitlab-rake <raketask>` for [Omnibus GitLab](https://docs.gitlab.com/omnibus/index.html) and [GitLab Helm chart](https://docs.gitlab.com/charts/troubleshooting/kubernetes_cheat_sheet.html#gitlab-specific-kubernetes-information) installations.
- `bundle exec rake <raketask>` for [source](../install/installation.md) installations.
## Available Rake tasks
@@ -56,6 +56,9 @@ To list all available Rake tasks:
# Omnibus GitLab
sudo gitlab-rake -vT
+# GitLab Helm chart
+gitlab-rake -vT
+
# Installations from source
cd /home/git/gitlab
sudo -u git -H bundle exec rake -vT RAILS_ENV=production