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.
2 parents aeab960 + c7cf830 commit 2efd08aCopy full SHA for 2efd08a
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 | map('to_json') | join(', ') }}]
+gitlab_rails['monitoring_whitelist'] = [{{ (gitlab_rails_monitoring_whitelist | list | unique | sort) | map('to_json') | join(', ') }}]
32
33
{% if gitlab_use_internal_gitaly %}
34
{% if not __gitaly_configuration_exists %}
0 commit comments