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
|
- name: fedora-messaging-cert-volume
|
||||||
mountPath: /etc/pki/rabbitmq/cert
|
mountPath: /etc/pki/rabbitmq/cert
|
||||||
readOnly: true
|
readOnly: true
|
||||||
|
- name: temp-volume
|
||||||
|
mountPath: /var/tmp
|
||||||
volumes:
|
volumes:
|
||||||
- name: config-volume
|
- name: config-volume
|
||||||
configMap:
|
configMap:
|
||||||
|
@ -63,6 +65,7 @@ items:
|
||||||
- name: fedora-messaging-cert-volume
|
- name: fedora-messaging-cert-volume
|
||||||
secret:
|
secret:
|
||||||
secretName: the-new-hotness-fedora-messaging-cert
|
secretName: the-new-hotness-fedora-messaging-cert
|
||||||
|
- name: temp-volume
|
||||||
triggers:
|
triggers:
|
||||||
- imageChangeParams:
|
- imageChangeParams:
|
||||||
automatic: true
|
automatic: true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue