remove pre-defined runner volumes
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
e56614ea35
commit
f68a5feb2e
@ -56,7 +56,9 @@ services:
|
||||
{% if inst.api_host is defined %}
|
||||
- DRONE_HTTP_HOST={{ inst.api_host }}
|
||||
{% endif %}
|
||||
- DRONE_RUNNER_VOLUMES={{ (__droneci_autoscaler_runner_volumes + (inst.runner_volumes | default(droneci_autoscaler_runner_volumes))) | join(",") }}
|
||||
{% if inst.runner_volumes | default(droneci_autoscaler_runner_volumes) | default(False) %}
|
||||
- DRONE_RUNNER_VOLUMES={{ inst.runner_volumes | default(droneci_autoscaler_runner_volumes) | join(",") }}
|
||||
{% endif %}
|
||||
- DRONE_RUNNER_PRIVILEGED_IMAGES={{ inst.runner_privileged | default(droneci_autoscaler_runner_privileged) | join(",") }}
|
||||
- DRONE_RUNNER_ENV_FILE={{ inst.runner_env_file | default(droneci_autoscaler_runner_env_file) }}
|
||||
- DRONE_GC_ENABLED={{ (inst.gc_enabled | default(droneci_autoscaler_gc_enabled)) | bool | lower }}
|
||||
|
@ -1,3 +0,0 @@
|
||||
---
|
||||
__droneci_autoscaler_runner_volumes:
|
||||
- "/etc/drone.conf:/etc/drone.conf"
|
Loading…
Reference in New Issue
Block a user