From e8b833608807fb216e9f2bf2097aac48b55af5ee Mon Sep 17 00:00:00 2001 From: cmsassot Date: Mon, 12 Sep 2022 11:41:11 +0200 Subject: [PATCH] =?UTF-8?q?cadoles-pod-hydra-dispatcher=20:=20correction?= =?UTF-8?q?=20de=20la=20boucle=20pour=20cr=C3=A9ation=20des=20volumes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/cadoles-pod-hydra-dispatcher-v1.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/cadoles-pod-hydra-dispatcher-v1.conf.j2 b/templates/cadoles-pod-hydra-dispatcher-v1.conf.j2 index d1333fb..f07c3d1 100644 --- a/templates/cadoles-pod-hydra-dispatcher-v1.conf.j2 +++ b/templates/cadoles-pod-hydra-dispatcher-v1.conf.j2 @@ -6,7 +6,7 @@ PODMAN_ARGS="\ --tz=local \ -p 127.0.0.1:3000:80 \ -v /etc/hydra-dispatcher/conf.d:/var/www/config/hydra \ - {% for item in hydra_dispatcher_mounts %} + {%- for item in hydra_dispatcher_mounts %} -v "{{ item.host }}:{{ item.container }}" \ {% endfor %} -e APP_ENV=prod \