We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c2072c commit 6ac999fCopy full SHA for 6ac999f
roles/gitlab/templates/gitlab.rb.j2
@@ -28,7 +28,7 @@ gitlab_rails['redis_sentinels'] = [
28
gitlab_rails['redis_sentinels_password'] = "{{ gitlab_redis_sentinel_password }}"
29
{% endif %}
30
31
-gitlab_rails['monitoring_whitelist'] = ["{{ gitlab_rails_monitoring_whitelist | join('","') }}"]
+gitlab_rails['monitoring_whitelist'] = [{{ gitlab_rails_monitoring_whitelist | map('to_json') | join(', ') }}]
32
33
{% if gitlab_use_internal_gitaly %}
34
{% if not __gitaly_configuration_exists %}
0 commit comments