Try config again
This commit is contained in:
parent
f26b793d8c
commit
3f31d643ff
1 changed files with 4 additions and 1 deletions
|
@ -138,7 +138,7 @@ items:
|
|||
- name: config-volume
|
||||
mountPath: /etc/anitya
|
||||
readOnly: true
|
||||
- name: config-volume
|
||||
- name: fedmsg-config-volume
|
||||
mountPath: /etc/fedmsg.d/
|
||||
readOnly: true
|
||||
- name: fedmsg-key-volume
|
||||
|
@ -149,6 +149,9 @@ items:
|
|||
readOnly: true
|
||||
volumes:
|
||||
- name: config-volume
|
||||
configMap:
|
||||
name: release-monitoring-configmap
|
||||
- name: fedmsg-config-volume
|
||||
configMap:
|
||||
name: fedmsg-configmap
|
||||
- name: fedmsg-key-volume
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue