the-new-hotness: Add EmptyDir volume for cloning

Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
Michal Konečný 2019-05-24 10:05:42 +02:00
parent 6c2a23d44f
commit 5817dcc20a

View file

@ -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