From ee622cbb0b12c51956ab082bb74a8563a0751325 Mon Sep 17 00:00:00 2001 From: Brad Stein Date: Sat, 17 Jan 2026 03:03:16 -0300 Subject: [PATCH] finance: source firefly env in shell --- services/finance/firefly-deployment.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/services/finance/firefly-deployment.yaml b/services/finance/firefly-deployment.yaml index 009f289..c077f75 100644 --- a/services/finance/firefly-deployment.yaml +++ b/services/finance/firefly-deployment.yaml @@ -100,7 +100,8 @@ spec: containers: - name: firefly image: fireflyiii/core:version-6.4.15 - args: ["/bin/sh", "-c", ". /vault/secrets/firefly-env.sh && exec /init"] + command: ["/bin/sh", "-c"] + args: [". /vault/secrets/firefly-env.sh && exec /init"] env: - name: APP_ENV value: production