diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example index 2b67572c470244b0426beca66c3fe0f0550e7471..c19333972b18b3547bb63fe3e9047dcf800c64b2 100644 --- a/config/gitlab.yml.example +++ b/config/gitlab.yml.example @@ -9,6 +9,8 @@ # If you change this file in a merge request, please also create # # a MR on https://gitlab.com/gitlab-org/omnibus-gitlab/merge_requests. # # For more details see https://gitlab.com/gitlab-org/omnibus-gitlab/blob/master/doc/settings/gitlab.yml.md # +# Be sure to create a MR against the GDK configuration # +# file (support/templates/gitlab/config/gitlab.yml.erb) too. # ######################################################################## # # @@ -1435,7 +1437,7 @@ test: provider: AWS # Only AWS supported at the moment aws_access_key_id: AWS_ACCESS_KEY_ID aws_secret_access_key: AWS_SECRET_ACCESS_KEY - region: us-east-1 + region: us-east-1 gitlab: host: localhost