Use bodhi-openshift-web.py for fedmsg instead of bodhi.py.
Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
This commit is contained in:
parent
2528d8f450
commit
e834fffda0
2 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@ metadata:
|
|||
labels:
|
||||
app: bodhi
|
||||
data:
|
||||
bodhi.py: |-
|
||||
bodhi-openshift-web.py: |-
|
||||
import socket
|
||||
config = {
|
||||
'sign_messages': True,
|
||||
|
|
|
@ -43,7 +43,7 @@ items:
|
|||
- name: cache-volume
|
||||
mountPath: /var/cache/bodhi
|
||||
- name: fedmsg-config-volume
|
||||
mountPath: /etc/fedmsg.d/bodhi.py
|
||||
mountPath: /etc/fedmsg.d/bodhi-openshift-web.py
|
||||
readOnly: true
|
||||
- name: fedmsg-key-volume
|
||||
mountPath: /etc/pki/fedmsg/key
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue