testdays: looks like the env variable needs to be a string

Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
Pierre-Yves Chibon 2020-10-02 11:34:49 +02:00
parent 788f6b1476
commit 8dbce648f4

View file

@ -48,7 +48,7 @@ spec:
- name: RESULTSDB_URL
value: "https://taskotron.fedoraproject.org/resultsdb/results"
- name: OPENSHIFT_PROD
value: 1
value: "1"
readinessProbe:
timeoutSeconds: 1
initialDelaySeconds: 5