From 7ff8eaa91e342fdb9ff303818f1a2da43abc834d Mon Sep 17 00:00:00 2001 From: ryuupendragon Date: Fri, 3 Apr 2026 18:27:11 +0530 Subject: [PATCH] Update missing " for template --- .templates/valkey-without-pswd.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.templates/valkey-without-pswd.yaml b/.templates/valkey-without-pswd.yaml index 97d95a1..47074e2 100644 --- a/.templates/valkey-without-pswd.yaml +++ b/.templates/valkey-without-pswd.yaml @@ -9,7 +9,7 @@ services: ports: - ${VALKEY_PORT}:6379 healthcheck: - test: ["CMD-SHELL", valkey-cli ping | grep PONG"] + test: ["CMD-SHELL", "valkey-cli ping | grep PONG"] interval: 10s timeout: 5s retries: 3