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
|
- name: librariesio2fedmsg
|
||||||
image: librariesio2fedmsg/sse2fedmsg:latest
|
image: librariesio2fedmsg/sse2fedmsg:latest
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /etc/fedmsg.d/
|
- name: fedmsg-config-volume
|
||||||
name: fedmsg-config
|
mountPath: /etc/fedmsg.d/
|
||||||
readOnly: true
|
readOnly: true
|
||||||
- name: fedmsg-relay
|
- name: fedmsg-relay
|
||||||
image: librariesio2fedmsg/fedmsg-relay:latest
|
image: librariesio2fedmsg/fedmsg-relay:latest
|
||||||
|
@ -61,8 +61,8 @@ items:
|
||||||
timeoutSeconds: 5
|
timeoutSeconds: 5
|
||||||
resources: {}
|
resources: {}
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /etc/fedmsg.d/
|
- name: fedmsg-config-volume
|
||||||
name: fedmsg-config
|
mountPath: /etc/fedmsg.d/
|
||||||
volumes:
|
volumes:
|
||||||
- name: fedmsg-config-volume
|
- name: fedmsg-config-volume
|
||||||
configMap:
|
configMap:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue