From 8caf0685210503f41a7de8a036eff242a3b5a1a0 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Mon, 23 Dec 2024 18:58:35 -0600 Subject: [PATCH] change command --- clusters/cl01tl/applications/sonarr4-4k/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clusters/cl01tl/applications/sonarr4-4k/values.yaml b/clusters/cl01tl/applications/sonarr4-4k/values.yaml index 1ec714741..de5cc1a95 100644 --- a/clusters/cl01tl/applications/sonarr4-4k/values.yaml +++ b/clusters/cl01tl/applications/sonarr4-4k/values.yaml @@ -107,7 +107,7 @@ sonarr4-4k: args: - -ec - | - - while sleep 30; do echo thinking; done + - while true; do sleep 30; done resources: requests: cpu: 100m