chore: add drone agent runner config
This commit is contained in:
parent
89e6a10062
commit
1678e69d3a
|
@ -59,3 +59,12 @@ DRONE_RUNNER_NAME={{ drone_runner_name }}
|
|||
{% if drone_runner_labels is defined %}
|
||||
DRONE_RUNNER_LABELS={{ drone_runner_labels }}
|
||||
{% endif %}
|
||||
{% if drone_runner_devices is defined %}
|
||||
DRONE_RUNNER_DEVICES={{ drone_runner_devices }}
|
||||
{% endif %}
|
||||
{% if drone_runner_environ is defined %}
|
||||
DRONE_RUNNER_ENVIRON={{ drone_runner_environ }}
|
||||
{% endif %}
|
||||
{% if drone_runner_privileged_images is defined %}
|
||||
DRONE_RUNNER_PRIVILEGED_IMAGES={{ drone_runner_privileged_images }}
|
||||
{% endif %}
|
||||
|
|
Loading…
Reference in New Issue
Block a user