From fc2beddd3dab52ac58c638a0bf37cfb144f6fe7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Bompard?= Date: Mon, 30 Nov 2020 14:53:00 +0100 Subject: [PATCH] Indentation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Aurélien Bompard --- roles/openshift-apps/noggin/templates/deploymentconfig.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/openshift-apps/noggin/templates/deploymentconfig.yml b/roles/openshift-apps/noggin/templates/deploymentconfig.yml index 751d8e0012..d3cbf0936f 100644 --- a/roles/openshift-apps/noggin/templates/deploymentconfig.yml +++ b/roles/openshift-apps/noggin/templates/deploymentconfig.yml @@ -69,10 +69,10 @@ spec: value: "deploy.wsgi" - name: APP_CONFIG value: "/etc/noggin/gunicorn.conf.py" - {% if subdir is defined %} +{% if subdir is defined %} - name: SCRIPT_NAME value: "{{ subdir }}" - {% endif %} +{% endif %} readinessProbe: timeoutSeconds: 10 initialDelaySeconds: 5