Skip to content

Commit

Permalink
Mounted new email templates
Browse files Browse the repository at this point in the history
  • Loading branch information
adnanalicic committed Dec 1, 2022
1 parent 56bdeef commit 2309670
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions templates/mailservice/mailservice-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,18 @@ spec:
- mountPath: /mailserviceTemplates/free-text.json
name: mailservice-templates
subPath: free-text.json
- mountPath: /mailserviceTemplates/daily-enquiry-notification.json
name: mailservice-templates
subPath: daily-enquiry-notification.json
- mountPath: /mailserviceTemplates/daily-enquiry-notification.html
name: mailservice-templates
subPath: daily-enquiry-notification.html
- mountPath: /mailserviceTemplates/direct-enquiry-notification-consultant.json
name: mailservice-templates
subPath: direct-enquiry-notification-consultant.json
- mountPath: /mailserviceTemplates/direct-enquiry-notification-consultant.html
name: mailservice-templates
subPath: direct-enquiry-notification-consultant.html
- mountPath: /mailserviceTemplates/images/illustration-bottom.png
name: mailservice-templates-images
subPath: "illustration-bottom.png"
Expand Down

0 comments on commit 2309670

Please sign in to comment.