From 529ffe66f434f949b12ab422c627d5486a9a1854 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20Hu=C3=9F?= Date: Mon, 7 Dec 2020 10:27:07 +0100 Subject: [PATCH] Fix link to ../templates/configmap.template.yaml --- deployment/ocelot-social/mailserver/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/ocelot-social/mailserver/README.md b/deployment/ocelot-social/mailserver/README.md index 9a224a3b9..dcbc97d2b 100644 --- a/deployment/ocelot-social/mailserver/README.md +++ b/deployment/ocelot-social/mailserver/README.md @@ -1,7 +1,7 @@ # Development Mail Server You can deploy a fake smtp server which captures all send mails and displays -them in a web interface. The [sample configuration](../templates/configmap.template.yml) +them in a web interface. The [sample configuration](../templates/configmap.template.yaml) is assuming such a dummy server in the `SMTP_HOST` configuration and points to a cluster-internal SMTP server.