From 576ac2772ebb2f6ff52dfc65cd82a28c384f7186 Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Thu, 1 Jul 2021 15:53:41 +0200 Subject: [PATCH] Update config to add more time to pull images --- os/config/roles/nomad/templates/nomad.hcl.j2 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/os/config/roles/nomad/templates/nomad.hcl.j2 b/os/config/roles/nomad/templates/nomad.hcl.j2 index f44ccaa..12acbd3 100644 --- a/os/config/roles/nomad/templates/nomad.hcl.j2 +++ b/os/config/roles/nomad/templates/nomad.hcl.j2 @@ -43,6 +43,10 @@ telemetry { plugin "docker" { config { pull_activity_timeout = "15m" + volumes { + enabled = true + } + allow_privileged = true } }