From d1be796306c5fd6a60fa814d1114ac56abb17924 Mon Sep 17 00:00:00 2001 From: Martyn Date: Sat, 4 Oct 2025 16:03:33 +0200 Subject: [PATCH] YAML was a mistake --- everything-app/masto.yaml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/everything-app/masto.yaml b/everything-app/masto.yaml index 92373d3..2dc9bc2 100644 --- a/everything-app/masto.yaml +++ b/everything-app/masto.yaml @@ -39,13 +39,13 @@ spec: existingSecret: "masto-secrets" storage: type: emptyDir - postgresql: - host: masto-postgres - existingSecret: "masto.masto-postgres.credentials.postgresql.acid.zalan.do" - redis: - host: redis4masto - database: "0" - smtp: - host: mailhog4masto - port: 25 - enable_starttls: "false" + postgresql: + host: masto-postgres + existingSecret: "masto.masto-postgres.credentials.postgresql.acid.zalan.do" + redis: + host: redis4masto + database: "0" + smtp: + host: mailhog4masto + port: 25 + enable_starttls: "false"