testdays: filling in the private variables may help...
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
parent
e7676ffed5
commit
b388f33ee4
1 changed files with 4 additions and 4 deletions
|
@ -28,17 +28,17 @@ spec:
|
|||
resources: {}
|
||||
env:
|
||||
- name: POSTGRESQL_USER
|
||||
value: "{{ }}"
|
||||
value: "{{ testdays_db_user }}"
|
||||
- name: POSTGRESQL_PASSWORD
|
||||
value: "{{ }}"
|
||||
value: "{{ testdays_db_pass }}"
|
||||
- name: POSTGRESQL_DATABASE
|
||||
value: "{{ }}"
|
||||
value: "{{ testdays_db_name }}"
|
||||
- name: POSTGRESQL_SERVICE_HOST
|
||||
value: "db01{{ env_suffix }}.iad2.fedoraproject.org"
|
||||
- name: POSTGRESQL_SERVICE_PORT
|
||||
value: "5432"
|
||||
- name: SECRET_KEY
|
||||
value: "{{ }}"
|
||||
value: "{{ testdays_secret_key }}"
|
||||
- name: RESULTSDB_URL
|
||||
value: "https://taskotron.fedoraproject.org/resultsdb/results"
|
||||
readinessProbe:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue