Commit 7ddfcdd3 authored by Catalin Irimie's avatar Catalin Irimie

Update step to copy secrets to sidekiq nodes in ref architectures

To get this in line with the 10/25/50k architecture and considering
this is needed, updates the instructions for the 3k and 5k reference
architectures with separate Sidekiq nodes, to also copy the secrets
files from the application nodes to the Sidekiq nodes.
parent 594b072d
......@@ -1582,8 +1582,8 @@ On each node perform the following:
```
1. Save the `/etc/gitlab/gitlab-secrets.json` file from one of the two
application nodes and install it on the other application node and the
[Gitaly node](#configure-gitaly) and
application nodes and install it on the other application node, the
[Gitaly node](#configure-gitaly) and the [Sidekiq node](#configure-sidekiq) and
[reconfigure GitLab](../restart_gitlab.md#omnibus-gitlab-reconfigure).
1. Verify the GitLab services are running:
......
......@@ -1581,8 +1581,8 @@ On each node perform the following:
```
1. Save the `/etc/gitlab/gitlab-secrets.json` file from one of the two
application nodes and install it on the other application node and the
[Gitaly node](#configure-gitaly) and
application nodes and install it on the other application node, the
[Gitaly node](#configure-gitaly) and the [Sidekiq node](#configure-sidekiq) and
[reconfigure GitLab](../restart_gitlab.md#omnibus-gitlab-reconfigure).
1. Verify the GitLab services are running:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment