Skip to content

Commit 4ade534

Browse files
AllenAntheshollomancer
authored andcommitted
Add mandrill API key (#123)
1 parent 90ce96c commit 4ade534

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

kubernetes/operationcode_python_backend/base/deployment.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,11 @@ spec:
7979
secretKeyRef:
8080
name: python-backend-secrets
8181
key: mailchimp_list_id
82+
- name: MANDRILL_API_KEY
83+
valueFrom:
84+
secretKeyRef:
85+
name: python-backend-secrets
86+
key: mandrill_api_key
8287
- name: SENTRY_DSN
8388
valueFrom:
8489
secretKeyRef:

0 commit comments

Comments
 (0)