the-new-hotness: Add EmptyDir volume for cloning
Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
parent
6c2a23d44f
commit
5817dcc20a
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue