From ac7b47ddbdd009bb4cdc0bdf6168872c7c4e5235 Mon Sep 17 00:00:00 2001 From: Quentin Legot Date: Fri, 13 Oct 2023 18:13:46 +0200 Subject: [PATCH] Insert space to empty env --- kustomize/roundcube-deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kustomize/roundcube-deployment.yaml b/kustomize/roundcube-deployment.yaml index 495026c..a0c21d4 100644 --- a/kustomize/roundcube-deployment.yaml +++ b/kustomize/roundcube-deployment.yaml @@ -28,9 +28,9 @@ spec: - name: ROUNDCUBEMAIL_DB_TYPE value: sqlite - name: ROUNDCUBEMAIL_SMTP_USER - value: "" + value: " " - name: ROUNDCUBEMAIL_SMTP_PASS - value: "" + value: " " volumeMounts: - name: roundcube-persistent-storage mountPath: /var/roundcube