Skip to content

Commit

Permalink
Merge pull request #36 from sombriks/develop
Browse files Browse the repository at this point in the history
new configmap keys
  • Loading branch information
sombriks authored Sep 5, 2024
2 parents ac51333 + 84633cb commit 116bd55
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions service-node-koa/infrastructure/k8s/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,18 @@ spec:
configMapKeyRef:
name: config-map-redline-api
key: PG_CONNECTION_URL
- name: EMAIL_API_URL
valueFrom:
configMapKeyRef:
name: config-map-redline-api
key: EMAIL_API_URL
- name: EMAIL_API_USERNAME
valueFrom:
configMapKeyRef:
name: config-map-redline-api
key: EMAIL_API_USERNAME
- name: EMAIL_API_PASSWORD
valueFrom:
configMapKeyRef:
name: config-map-redline-api
key: EMAIL_API_PASSWORD

0 comments on commit 116bd55

Please sign in to comment.