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:
parent
788f6b1476
commit
8dbce648f4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue