From b561b178dac30f97d76f85b1415158fe176c61c6 Mon Sep 17 00:00:00 2001 From: georglauterbach <44545919+georglauterbach@users.noreply.github.com> Date: Sat, 9 Mar 2024 17:29:36 +0100 Subject: [PATCH] remove superflous `tmp-files` This is not required because `readOnlyRootFilesystem: false`. --- docs/content/config/advanced/kubernetes.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/docs/content/config/advanced/kubernetes.md b/docs/content/config/advanced/kubernetes.md index 88fde5a0..07d125f2 100644 --- a/docs/content/config/advanced/kubernetes.md +++ b/docs/content/config/advanced/kubernetes.md @@ -299,11 +299,6 @@ When you do not want to or you cannot use Helm, below is a simple starting point mountPath: /secrets/ssl/rsa/ readOnly: true - # other - - name: tmp-files - mountPath: /tmp - readOnly: false - ports: - name: smtp containerPort: 25 @@ -343,10 +338,6 @@ When you do not want to or you cannot use Helm, below is a simple starting point path: tls.key - key: tls.crt path: tls.crt - - # other - - name: tmp-files - emptyDir: {} ``` ## Exposing your Mail Server to the Outside World