From 475710960a4fd697e4be9452412b1555f4f3d7e3 Mon Sep 17 00:00:00 2001 From: Martyn Date: Sat, 4 Oct 2025 16:11:12 +0200 Subject: [PATCH] No way to not specify this!? --- everything-app/masto.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/everything-app/masto.yaml b/everything-app/masto.yaml index 2dc9bc2..97b683a 100644 --- a/everything-app/masto.yaml +++ b/everything-app/masto.yaml @@ -42,6 +42,9 @@ spec: postgresql: host: masto-postgres existingSecret: "masto.masto-postgres.credentials.postgresql.acid.zalan.do" + auth: + username: "externalSecret" + password: "externalSecret" redis: host: redis4masto database: "0"