new data structure due to renaming - clobbering database temporarily in init-container

This commit is contained in:
2025-10-23 08:25:12 +00:00
parent 9feaf6686f
commit fa0a2a9df9
2 changed files with 2 additions and 2 deletions

View File

@@ -18,8 +18,8 @@ spec:
fsGroupChangePolicy: "OnRootMismatch"
initContainers:
- name: loader
image: git.baumann.gr/adebaumann/vgui-data-loader:0.5
command: [ "sh","-c","cp -n preload/preload.sqlite3 /data/db.sqlite3; chown -R 999:999 /data; ls -la /data; sleep 10; exit 0" ]
image: git.baumann.gr/adebaumann/vui-data-loader:0.6
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