🐛(tilt) fix the dev-keycloak configuration

The mailcatcher configuration was missing from the
configuration file when using keycloak.
This commit is contained in:
Quentin BEY
2025-02-03 16:53:02 +01:00
parent 579dbdee10
commit 351c696ef8

View File

@@ -102,3 +102,11 @@ ingressAdmin:
enabled: true
host: desk.127.0.0.1.nip.io
mailcatcher:
image:
repository: sj26/mailcatcher
tag: latest
pullPolicy: Always
ingress:
enabled: true
host: mailcatcher.127.0.0.1.nip.io