Add warning about updating Omnibus is secrets are updated

[ci skip]
This commit is contained in:
Stan Hu 2019-05-10 13:38:23 -05:00
parent 4828ef52ed
commit 33aa185d83
1 changed files with 11 additions and 0 deletions

View File

@ -1,3 +1,14 @@
# WARNING: If you add a new secret to this file, make sure you also
# update Omnibus GitLab or updates will fail. Omnibus is responsible for
# writing the `secrets.yml` file. If Omnibus doesn't know about a
# secret, Rails will attempt to write to the file, but this will fail
# because Rails doesn't have write access.
#
# As an example:
# * https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/27581
# * https://gitlab.com/gitlab-org/omnibus-gitlab/merge_requests/3267
#
#
# This file needs to be loaded BEFORE any initializers that attempt to
# prepend modules that require access to secrets (e.g. EE's 0_as_concern.rb).
#