From f27c756b88c8819d64fc62e9cea2701785c24c73 Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Thu, 23 Oct 2025 19:54:30 +0200 Subject: [PATCH] fix --- deployment/deploy-yml.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/deploy-yml.tmpl b/deployment/deploy-yml.tmpl index 0321920..8cb7cc3 100644 --- a/deployment/deploy-yml.tmpl +++ b/deployment/deploy-yml.tmpl @@ -33,7 +33,7 @@ spec: protocol: TCP volumeMounts: - name: exim-config - mountPath: /etc/exim + mountPath: /tmp/exim readOnly: true volumes: - name: exim-config