diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2021-07-01 15:53:41 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2021-07-01 15:53:41 +0200 |
commit | 576ac2772ebb2f6ff52dfc65cd82a28c384f7186 (patch) | |
tree | 40ba2a14e264a2e87dea64b996cecb9ff157be8d /os/config/roles | |
parent | 1277d94bec5cccb62695da34a7ffb156f471eb6e (diff) | |
download | infrastructure-576ac2772ebb2f6ff52dfc65cd82a28c384f7186.tar.gz infrastructure-576ac2772ebb2f6ff52dfc65cd82a28c384f7186.zip |
Update config to add more time to pull images
Diffstat (limited to 'os/config/roles')
-rw-r--r-- | os/config/roles/nomad/templates/nomad.hcl.j2 | 4 |
1 files changed, 4 insertions, 0 deletions
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 } } |