🧑‍💻(tilt) add mailcatcher to the stack

This allows to start a mailcatcher for local developments.
This commit is contained in:
Quentin BEY
2025-01-31 15:03:55 +01:00
committed by BEY Quentin
parent cd88799943
commit 289879962b
7 changed files with 101 additions and 0 deletions

View File

@@ -100,3 +100,10 @@ releases:
values:
- env.d/{{ .Environment.Name }}/values.desk.yaml.gotmpl
- name: mailcatcher
installed: {{ regexMatch "^dev.*" .Environment.Name | toYaml }}
missingFileHandler: Warn
namespace: {{ .Namespace }}
chart: ./mailcatcher
values:
- env.d/{{ .Environment.Name }}/values.desk.yaml.gotmpl