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
|
- name: RESULTSDB_URL
|
||||||
value: "https://taskotron.fedoraproject.org/resultsdb/results"
|
value: "https://taskotron.fedoraproject.org/resultsdb/results"
|
||||||
- name: OPENSHIFT_PROD
|
- name: OPENSHIFT_PROD
|
||||||
value: 1
|
value: "1"
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
timeoutSeconds: 1
|
timeoutSeconds: 1
|
||||||
initialDelaySeconds: 5
|
initialDelaySeconds: 5
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue