From a50e64ebef7d3439f4956fec22fedd1ff589a2f7 Mon Sep 17 00:00:00 2001 From: Sean Arnold <sarnold@gitlab.com> Date: Mon, 17 Jan 2022 16:02:35 +1300 Subject: [PATCH] Add note about updating GDK settings --- config/gitlab.yml.example | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example index 2b67572c47024..c19333972b18b 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 -- GitLab