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