From a4e931563dbafd56ffc5eef076196063021afa10 Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Wed, 20 Jun 2018 13:05:36 +0200 Subject: [PATCH] escape Signed-off-by: Patrick Uiterwijk --- .../discourse2fedmsg/templates/deploymentconfig.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/openshift-apps/discourse2fedmsg/templates/deploymentconfig.yml b/roles/openshift-apps/discourse2fedmsg/templates/deploymentconfig.yml index 73dceb6311..7132271390 100644 --- a/roles/openshift-apps/discourse2fedmsg/templates/deploymentconfig.yml +++ b/roles/openshift-apps/discourse2fedmsg/templates/deploymentconfig.yml @@ -23,8 +23,8 @@ spec: - image: discourse2fedmsg:latest name: discourse2fedmsg env: - - name: APP_MODULE: - value: discourse2fedmsg:app + - name: APP_MODULE + value: "discourse2fedmsg:app" ports: - containerPort: 8080 protocol: TCP