From 291885ff39fa435e61b2bbc245c492cab8fe3081 Mon Sep 17 00:00:00 2001 From: Arie Peterson <arie@greenhost.nl> Date: Thu, 28 Oct 2021 11:16:59 +0200 Subject: [PATCH] Use arrays for redis command and args --- values.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/values.yaml b/values.yaml index 9072ef33..58b0ec2a 100644 --- a/values.yaml +++ b/values.yaml @@ -157,7 +157,11 @@ onlyoffice: redis: master: - command: redis-server --appendonly yes + command: + - "redis-server" + args: + - "--appendonly" + - "yes" usePassword: false architecture: standalone -- GitLab