From af85adbd53a504678192789a7087afaa866c5ed9 Mon Sep 17 00:00:00 2001 From: CTO Agent Date: Sun, 26 Jul 2026 12:19:25 +0000 Subject: [PATCH] Fix Pangolin config file mount path Mount config file to /app/config/config.toml instead of /app/config.toml as the application expects it in the config directory. Co-Authored-By: Paperclip --- apps/pangolin/pangolin-deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/pangolin/pangolin-deployment.yaml b/apps/pangolin/pangolin-deployment.yaml index 64241c6..7ba0dec 100644 --- a/apps/pangolin/pangolin-deployment.yaml +++ b/apps/pangolin/pangolin-deployment.yaml @@ -73,7 +73,7 @@ spec: - name: pangolin-data mountPath: /data - name: config - mountPath: /app/config.toml + mountPath: /app/config/config.toml subPath: config.toml resources: requests: