File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change 8
8
registry_nginx [ 'ssl_certificate' ] = "/etc/gitlab/ssl/gitlab-registry.pem"
9
9
registry_nginx [ 'ssl_certificate_key' ] = "/etc/gitlab/ssl/gitlab-registry.key"
10
10
11
- gitlab_rails [ 'initial_shared_runners_registration_token' ] = "ACCTEST1234567890123_RUNNER_REG_TOKEN"
11
+ gitlab_rails [ 'initial_shared_runners_registration_token' ] = "ACCTEST1234567890123_RUNNER_REG_TOKEN"
12
+
13
+ # This setting is required to disable caching for application settings
14
+ # which is required to test different scenarios in the acceptance tests.
15
+ # see https://gitlab.com/gitlab-org/gitlab/-/issues/364812#note_986366898
16
+ # see https://github.com/gitlabhq/terraform-provider-gitlab/pull/1128
17
+ gitlab_rails [ 'application_settings_cache_seconds' ] = 0
18
+ gitlab_rails [ 'env' ] = {
19
+ 'IN_MEMORY_APPLICATION_SETTINGS' => 'false'
20
+ }
You can’t perform that action at this time.
0 commit comments