Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions templates/config.toml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -130,11 +130,11 @@ sentry_dsn = "{{ gitlab_runner_sentry_dsn }}"
{{ key }} = {{ value | tojson }}
{% endfor %}
{% endif %}
{#### [[runners.docker.sysctls]] section ####}
{#### [runners.docker.sysctls] section ####}
{% if 'runners.docker.sysctls' in gitlab_runner.extra_configs %}
[runners.docker.sysctls]
{% for key, value in gitlab_runner.extra_configs['runners.docker.sysctls'].items() %}
{{ key }} = {{ value | tojson }}
"{{ key }}" = {{ value | tojson }}
{% endfor %}
{% endif %}
{% endif %}
Expand Down
Loading