diff --git a/roles/openshift-apps/librariesio2fedmsg/files/deploymentconfig.yml b/roles/openshift-apps/librariesio2fedmsg/files/deploymentconfig.yml index 0dd1bb7a38..b859ec4a0d 100644 --- a/roles/openshift-apps/librariesio2fedmsg/files/deploymentconfig.yml +++ b/roles/openshift-apps/librariesio2fedmsg/files/deploymentconfig.yml @@ -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: