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
|
- name: config-volume
|
||||||
mountPath: /etc/anitya
|
mountPath: /etc/anitya
|
||||||
readOnly: true
|
readOnly: true
|
||||||
- name: config-volume
|
- name: fedmsg-config-volume
|
||||||
mountPath: /etc/fedmsg.d/
|
mountPath: /etc/fedmsg.d/
|
||||||
readOnly: true
|
readOnly: true
|
||||||
- name: fedmsg-key-volume
|
- name: fedmsg-key-volume
|
||||||
|
@ -149,6 +149,9 @@ items:
|
||||||
readOnly: true
|
readOnly: true
|
||||||
volumes:
|
volumes:
|
||||||
- name: config-volume
|
- name: config-volume
|
||||||
|
configMap:
|
||||||
|
name: release-monitoring-configmap
|
||||||
|
- name: fedmsg-config-volume
|
||||||
configMap:
|
configMap:
|
||||||
name: fedmsg-configmap
|
name: fedmsg-configmap
|
||||||
- name: fedmsg-key-volume
|
- name: fedmsg-key-volume
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue