From 57d3a277cc3b2f7b626ab527f72142d542862bb3 Mon Sep 17 00:00:00 2001 From: Martyn Date: Sat, 4 Oct 2025 16:15:29 +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 0ad6558..a0e8daa 100644 --- a/everything-app/masto.yaml +++ b/everything-app/masto.yaml @@ -37,6 +37,9 @@ spec: replicas: 0 secrets: existingSecret: "masto-secrets" + active_record_encryption_deterministic_key: "externalSecret" + active_record_encryption_key_derivation_salt: "externalSecret" + active_record_encryption_primary_key: "externalSecret" storage: type: emptyDir postgresql: