From 5817dcc20a1e3ac9307f91089ea4acf60d38682a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Kone=C4=8Dn=C3=BD?= Date: Fri, 24 May 2019 10:05:42 +0200 Subject: [PATCH] the-new-hotness: Add EmptyDir volume for cloning MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Konečný --- .../openshift-apps/the-new-hotness/files/deploymentconfig.yml | 3 +++ 1 file changed, 3 insertions(+) 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