Skip to content

Commit

Permalink
Update frontend.dc.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
JavaDeveloper456788 authored Nov 27, 2024
1 parent f4a0580 commit 1cf3863
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion openshift/templates/ecas-frontend/frontend.dc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 1cf3863

Please sign in to comment.