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 3df809b commit 1ceacbdCopy full SHA for 1ceacbd
roles/gitlab_runner/templates/config.toml.j2
@@ -114,7 +114,7 @@ sentry_dsn = "{{ gitlab_runner_sentry_dsn }}"
114
networks = [ { uuid = "{{ runner.autoscaler_network_id }}" } ]
115
security_groups = [ "{{ runner.autoscaler_security_group }}" ]
116
scheduler_hints = { group = "{{ runner.autoscaler_scheduler_hint }}" }
117
- user_data = '{{ __ignition_content | to_json }}'
+ user_data = '{{ __ignition_content }}'
118
119
[runners.autoscaler.connector_config]
120
username = "{{ runner.autoscaler_username }}"
0 commit comments