testdays: Do not use the full python path
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
parent
f43502d053
commit
85cc8be92b
1 changed files with 2 additions and 2 deletions
|
@ -18,8 +18,8 @@ spec:
|
|||
failurePolicy: Abort
|
||||
execNewPod:
|
||||
containerName: testdays
|
||||
command: ["/usr/bin/python", "/opt/app-root/src/testdays/cli.py", "init_db"]
|
||||
# command: ["/usr/bin/python", "/opt/app-root/src/testdays/cli.py", "upgrade_db"]
|
||||
command: ["python", "/opt/app-root/src/testdays/cli.py", "init_db"]
|
||||
# command: ["python", "/opt/app-root/src/testdays/cli.py", "upgrade_db"]
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue