Skip to content

Commit a42a37b

Browse files
authored
yaml update (canada-ca#783)
1 parent 18daaae commit a42a37b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

platform/bases/tracker-api-deployment.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,16 @@ spec:
8686
key: DB_HOST
8787
- name: DB_PORT
8888
value: "5432"
89+
- name: DMARC_REPORT_API_URL
90+
valueFrom:
91+
secretKeyRef:
92+
name: api
93+
key: DMARC_REPORT_API_URL
94+
- name: DMARC_REPORT_API_TOKEN
95+
valueFrom:
96+
secretKeyRef:
97+
name: api
98+
key: DMARC_REPORT_API_TOKEN
8999
resources:
90100
limits:
91101
cpu: 300m

0 commit comments

Comments
 (0)