Deploy 931 (with diagram branch in container) - 2nd attempt

This commit is contained in:
2025-10-24 00:27:07 +02:00
parent 7377ddaea3
commit 0225fb3396

View File

@@ -19,7 +19,7 @@ spec:
initContainers:
- name: loader
image: git.baumann.gr/adebaumann/vui-data-loader:0.6
command: [ "sh","-c","cp -n preload/preload.sqlite3 /data/db.sqlite3; chown -R 999:999 /data; ls -la /data; sleep 10; exit 0" ]
command: [ "sh","-c","cp preload/preload.sqlite3 /data/db.sqlite3; chown -R 999:999 /data; ls -la /data; sleep 10; exit 0" ]
volumeMounts:
- name: data
mountPath: /data