diff --git a/roles/openshift-apps/discourse2fedmsg/templates/deploymentconfig.yml b/roles/openshift-apps/discourse2fedmsg/templates/deploymentconfig.yml index 7132271390..8412681c61 100644 --- a/roles/openshift-apps/discourse2fedmsg/templates/deploymentconfig.yml +++ b/roles/openshift-apps/discourse2fedmsg/templates/deploymentconfig.yml @@ -25,6 +25,8 @@ spec: env: - name: APP_MODULE value: "discourse2fedmsg:app" + - name: DISCOURSE2FEDMSG_SECRET + value: "{{ discourse2fedmsg_secret }}" ports: - containerPort: 8080 protocol: TCP