sleep added to init container; debugging...

This commit is contained in:
2025-10-06 14:48:54 +02:00
parent 244e9e155f
commit b0bfb4a38a

View File

@@ -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