openshift-apps/coreos-ostree-importer: fix volume names in deploymentconfig

They didn't match the volume names below.
This commit is contained in:
Dusty Mabe 2020-02-17 10:50:38 -05:00 committed by Pierre-Yves Chibon
parent 79a6b6d202
commit 062091c9de

View file

@ -25,18 +25,18 @@ spec:
volumeMounts:
- name: fedora-ostree-content-volume
mountPath: /mnt/koji
- name: fedora-messaging-config
- name: fedora-messaging-config-volume
mountPath: /etc/fedora-messaging
readOnly: true
- name: fedora-messaging-ca
- name: fedora-messaging-ca-volume
mountPath: "/etc/pki/fedora-messaging/{{ fedora_messaging_ca_file }}"
subPath: "{{ fedora_messaging_ca_file }}"
readOnly: true
- name: fedora-messaging-crt
- name: fedora-messaging-crt-volume
mountPath: "/etc/pki/fedora-messaging/{{ fedora_messaging_cert_file }}"
subPath: "{{ fedora_messaging_cert_file }}"
readOnly: true
- name: fedora-messaging-key
- name: fedora-messaging-key-volume
mountPath: "/etc/pki/fedora-messaging/{{ fedora_messaging_key_file }}"
subPath: "{{ fedora_messaging_key_file }}"
readOnly: true