diff --git a/openshift/templates/ecas-frontend/frontend.dc.yaml b/openshift/templates/ecas-frontend/frontend.dc.yaml index 7e1f912e..bde770bc 100644 --- a/openshift/templates/ecas-frontend/frontend.dc.yaml +++ b/openshift/templates/ecas-frontend/frontend.dc.yaml @@ -36,7 +36,10 @@ name: "${APP_NAME}-frontend" env: - name: APP_DEBUG - value: ${APP_DEBUG} + valueFrom: + configMapKeyRef: + name: ${REPO_NAME}-config-map + key: APP_DEBUG - name: DYNAMICSBASEURL valueFrom: configMapKeyRef: