From 83c59346d3856b2e72487c293641ada0fac70d1e Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Mon, 29 Dec 2025 17:26:20 -0600 Subject: [PATCH] change order --- clusters/cl01tl/helm/ytdl-sub/values.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/clusters/cl01tl/helm/ytdl-sub/values.yaml b/clusters/cl01tl/helm/ytdl-sub/values.yaml index 246c9643c..d2f07b9cf 100644 --- a/clusters/cl01tl/helm/ytdl-sub/values.yaml +++ b/clusters/cl01tl/helm/ytdl-sub/values.yaml @@ -21,8 +21,10 @@ ytdl-sub: command: - ytdl-sub - --dry-run - - -c /config/config.yaml - - sub /config/subscriptions.yaml + - -c + - /config/config.yaml + - sub + - /config/subscriptions.yaml env: - name: TZ value: America/Chicago