Commit 3bb65f90 authored by Ben Anderson's avatar Ben Anderson

Added secret information to deployment.yml

parent e6e37ab6
......@@ -21,6 +21,11 @@ spec:
env:
- name: PORT
value: "8080"
- name: MONGOCONNECTION
valueFrom:
secretKeyRef:
name: mongodb-secret
key: spring.data.mongodb.uri
imagePullSecrets:
- name: registry-creds
---
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment