Testdays: Use non-destructive init
This commit is contained in:
parent
0733cab1c8
commit
be88870830
1 changed files with 1 additions and 2 deletions
|
@ -20,8 +20,7 @@ spec:
|
||||||
containerName: testdays
|
containerName: testdays
|
||||||
# We only need to init the database the first time, after we just need to check
|
# We only need to init the database the first time, after we just need to check
|
||||||
# for DB upgrades
|
# for DB upgrades
|
||||||
command: ["python", "/opt/app-root/src/testdays/cli.py", "init_db", "--destructive"]
|
command: ["python", "/opt/app-root/src/testdays/cli.py", "init_db"]
|
||||||
#command: ["python", "/opt/app-root/src/testdays/cli.py", "upgrade_db"]
|
|
||||||
template:
|
template:
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue