Skip to content

Commit

Permalink
added: env variable for CAMPAIGN_ADMIN_MAIL in deployment config (#547)
Browse files Browse the repository at this point in the history
  • Loading branch information
quantum-grit authored Sep 11, 2023
1 parent e2c075e commit df8b701
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions manifests/base/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,8 @@ spec:
value: '10'
- name: BILLING_ADMIN_MAIL
value: [email protected]
- name: CAMPAIGN_ADMIN_MAIL
value: [email protected]
- name: IRIS_AGENT_HASH
valueFrom:
secretKeyRef:
Expand Down

0 comments on commit df8b701

Please sign in to comment.