From a9d3a45238b0089c0e13de5c724eb92f7e027770 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sun, 16 Dec 2018 17:33:11 +0100 Subject: [PATCH] fix missing whitespace --- templates/services/droneci-compose.yml.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/services/droneci-compose.yml.j2 b/templates/services/droneci-compose.yml.j2 index d5d9b25..1c265d5 100644 --- a/templates/services/droneci-compose.yml.j2 +++ b/templates/services/droneci-compose.yml.j2 @@ -54,7 +54,7 @@ services: {% endif %} - NO_PROXY={{ droneci_no_proxy | join(',') }} - no_proxy={{ droneci_no_proxy | join(',') }} - {% if droneci_server_memory_limitis defined %} + {% if droneci_server_memory_limit is defined %} mem_limit: {{ droneci_server_memory_limitis }} {% endif %} {% if droneci_server_memory_reservation is defined %} @@ -75,7 +75,7 @@ services: - DRONE_SECRET={{ droneci_secret }} # TODO: temp static value, needs to be replaced by a custom fact - DOCKER_API_VERSION=1.26 - {% if droneci_agent_memory_limitis defined %} + {% if droneci_agent_memory_limit is defined %} mem_limit: {{ droneci_agent_memory_limit }} {% endif %} {% if droneci_agent_memory_reservation is defined %}