Adjust volume name for the config map
This commit is contained in:
parent
92d8214328
commit
c44b5fbc99
1 changed files with 4 additions and 4 deletions
|
@ -34,8 +34,8 @@ items:
|
|||
- name: librariesio2fedmsg
|
||||
image: librariesio2fedmsg/sse2fedmsg:latest
|
||||
volumeMounts:
|
||||
- mountPath: /etc/fedmsg.d/
|
||||
name: fedmsg-config
|
||||
- name: fedmsg-config-volume
|
||||
mountPath: /etc/fedmsg.d/
|
||||
readOnly: true
|
||||
- name: fedmsg-relay
|
||||
image: librariesio2fedmsg/fedmsg-relay:latest
|
||||
|
@ -61,8 +61,8 @@ items:
|
|||
timeoutSeconds: 5
|
||||
resources: {}
|
||||
volumeMounts:
|
||||
- mountPath: /etc/fedmsg.d/
|
||||
name: fedmsg-config
|
||||
- name: fedmsg-config-volume
|
||||
mountPath: /etc/fedmsg.d/
|
||||
volumes:
|
||||
- name: fedmsg-config-volume
|
||||
configMap:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue