From 64965396dc5c1912f83195e0ee845ac0393aec01 Mon Sep 17 00:00:00 2001
From: zphrs <z@zephiris.dev>
Date: Fri, 14 Mar 2025 16:02:27 -0700
Subject: [PATCH] again fixed k8s-file

---
 utils/containers.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/utils/containers.py b/utils/containers.py
index df7126b..bead8fe 100644
--- a/utils/containers.py
+++ b/utils/containers.py
@@ -270,7 +270,7 @@ class ClusterConductor:
                 self.base_image,
             ]
             if CONTAINER_ENGINE == "podman":
-                run_cmd.append("--log-driver=k8s-file")
+                run_cmd.insert(2, "--log-driver=k8s-file")
             run_cmd_bg(
                 run_cmd,
                 verbose=True,
-- 
GitLab