From 817278f79a27b10197a46b834321463d8218d1eb Mon Sep 17 00:00:00 2001 From: Quentin Legot Date: Fri, 13 Oct 2023 18:14:59 +0200 Subject: [PATCH] Fix missing quote --- kustomize/roundcube-deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kustomize/roundcube-deployment.yaml b/kustomize/roundcube-deployment.yaml index a0c21d4..0a563a7 100644 --- a/kustomize/roundcube-deployment.yaml +++ b/kustomize/roundcube-deployment.yaml @@ -40,7 +40,7 @@ spec: subPath: roundcube-installation resources: limits: - memory: 256Mi" + memory: "256Mi" cpu: "500m" ports: - containerPort: 80