From b0bfb4a38ac7f5b979b7172f536d60cc06b5f599 Mon Sep 17 00:00:00 2001 From: "Adrian A. Baumann" Date: Mon, 6 Oct 2025 14:48:54 +0200 Subject: [PATCH] sleep added to init container; debugging... --- argocd/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/argocd/deployment.yaml b/argocd/deployment.yaml index 5f36078..642b7f7 100644 --- a/argocd/deployment.yaml +++ b/argocd/deployment.yaml @@ -19,7 +19,7 @@ spec: initContainers: - name: loader image: git.baumann.gr/adebaumann/vgui-data-loader:0.5 - command: [ "sh","-c","cp -v --debug --update=none /preload/preload.sqlite3 /data/db.sqlite3; chown -R 999:999 /data; ls -la /data; exit 0" ] + command: [ "sh","-c","cp -v --debug --update=none /preload/preload.sqlite3 /data/db.sqlite3; chown -R 999:999 /data; ls -la /data; sleep 60; exit 0" ] volumeMounts: - name: data mountPath: /data