diff --git a/roles/openshift-apps/the-new-hotness/files/deploymentconfig.yml b/roles/openshift-apps/the-new-hotness/files/deploymentconfig.yml index d9d956fd03..dd2583c8f3 100644 --- a/roles/openshift-apps/the-new-hotness/files/deploymentconfig.yml +++ b/roles/openshift-apps/the-new-hotness/files/deploymentconfig.yml @@ -50,6 +50,8 @@ items: - name: fedora-messaging-cert-volume mountPath: /etc/pki/rabbitmq/cert readOnly: true + - name: temp-volume + mountPath: /var/tmp volumes: - name: config-volume configMap: @@ -63,6 +65,7 @@ items: - name: fedora-messaging-cert-volume secret: secretName: the-new-hotness-fedora-messaging-cert + - name: temp-volume triggers: - imageChangeParams: automatic: true