Mastermind templates configuration
If you want to configure custom mastermind templates, you should:
-
Setup
waldur.mastermindTemplating.mastermindTemplatesPath
in values.yaml (by default, it is equal tomastermind_templates/mastermind-templates.yaml
). Alternatively, you can usewaldur.mastermindTemplating.mastermindTemplates
containing.yaml
file strings to get rid of file usage. -
Put all the custom templates into the file in a following way:
NB: The keys in the file should have <waldur_application_name>/<event_name>_<postfix>.<extension>
, where <postfix>
can be either message
or subject
, and <extension>
- either txt
or html
1 2 3 4 5 |
|
Example:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
|