Update to 2022-10-11 13:00

This commit is contained in:
Daniel Berteaud
2022-10-11 13:00:08 +02:00
parent 5fc7b4e7ea
commit 336cfcca3a
5 changed files with 32 additions and 4 deletions

View File

@@ -121,6 +121,11 @@ plugin "docker" {
{% endfor %}
]
{% endif %}
extra_labels = [
{% for label in nomad_conf.client.task_drivers.docker.extra_labels %}
"{{ label }}",
{% endfor %}
]
}
}
{% endif %}