testdays: drop the command when starting the container s2i should take care of it now

Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
Pierre-Yves Chibon 2020-10-02 10:45:18 +02:00
parent 508447579a
commit 0f090c8aa3

View file

@ -22,7 +22,6 @@ spec:
containers:
- name: testdays
image: testdays:latest
command: ["/opt/app-root/src/container_start.sh", "runserver"]
ports:
- containerPort: 80
resources: {}