🐛(tilt) fix the dev-keycloak configuration
The mailcatcher configuration was missing from the configuration file when using keycloak.
This commit is contained in:
@@ -102,3 +102,11 @@ ingressAdmin:
|
|||||||
enabled: true
|
enabled: true
|
||||||
host: desk.127.0.0.1.nip.io
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user