Typo
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
6e62fcbe69
commit
d685f6da09
2 changed files with 6 additions and 1 deletions
|
@ -1,6 +1,11 @@
|
||||||
---
|
---
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: ImageStream
|
kind: ImageStream
|
||||||
|
metadata:
|
||||||
|
name: datanommer
|
||||||
|
---
|
||||||
|
apiVersion: v1
|
||||||
|
kind: ImageStream
|
||||||
metadata:
|
metadata:
|
||||||
name: ubi8-python-39
|
name: ubi8-python-39
|
||||||
spec:
|
spec:
|
||||||
|
|
|
@ -20,7 +20,7 @@ certfile = "/etc/pki/fedora-messaging/datanommer-cert.pem"
|
||||||
app = "Datanommer"
|
app = "Datanommer"
|
||||||
|
|
||||||
[consumer_config]
|
[consumer_config]
|
||||||
datanomer_sqlalchemy_url = 'postgresql://{{ datanommerDBUser }}:{{ datanommerDBPassword }}@db-datanommer01{{ env_suffix }}.iad2.fedoraproject.org/datanommer2'
|
datanommer_sqlalchemy_url = 'postgresql://{{ datanommerDBUser }}:{{ datanommerDBPassword }}@db-datanommer01{{ env_suffix }}.iad2.fedoraproject.org/datanommer2'
|
||||||
|
|
||||||
[log_config]
|
[log_config]
|
||||||
version = 1
|
version = 1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue