Use bodhi-openshift-web.py for fedmsg instead of bodhi.py.

Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
This commit is contained in:
Randy Barlow 2018-04-16 22:27:25 +00:00
parent 2528d8f450
commit e834fffda0
2 changed files with 2 additions and 2 deletions

View file

@ -17,7 +17,7 @@ metadata:
labels: labels:
app: bodhi app: bodhi
data: data:
bodhi.py: |- bodhi-openshift-web.py: |-
import socket import socket
config = { config = {
'sign_messages': True, 'sign_messages': True,

View file

@ -43,7 +43,7 @@ items:
- name: cache-volume - name: cache-volume
mountPath: /var/cache/bodhi mountPath: /var/cache/bodhi
- name: fedmsg-config-volume - name: fedmsg-config-volume
mountPath: /etc/fedmsg.d/bodhi.py mountPath: /etc/fedmsg.d/bodhi-openshift-web.py
readOnly: true readOnly: true
- name: fedmsg-key-volume - name: fedmsg-key-volume
mountPath: /etc/pki/fedmsg/key mountPath: /etc/pki/fedmsg/key