openshift-apps/coreos-ostree-importer: fix volume names in deploymentconfig
They didn't match the volume names below.
This commit is contained in:
parent
79a6b6d202
commit
062091c9de
1 changed files with 4 additions and 4 deletions
|
@ -25,18 +25,18 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: fedora-ostree-content-volume
|
- name: fedora-ostree-content-volume
|
||||||
mountPath: /mnt/koji
|
mountPath: /mnt/koji
|
||||||
- name: fedora-messaging-config
|
- name: fedora-messaging-config-volume
|
||||||
mountPath: /etc/fedora-messaging
|
mountPath: /etc/fedora-messaging
|
||||||
readOnly: true
|
readOnly: true
|
||||||
- name: fedora-messaging-ca
|
- name: fedora-messaging-ca-volume
|
||||||
mountPath: "/etc/pki/fedora-messaging/{{ fedora_messaging_ca_file }}"
|
mountPath: "/etc/pki/fedora-messaging/{{ fedora_messaging_ca_file }}"
|
||||||
subPath: "{{ fedora_messaging_ca_file }}"
|
subPath: "{{ fedora_messaging_ca_file }}"
|
||||||
readOnly: true
|
readOnly: true
|
||||||
- name: fedora-messaging-crt
|
- name: fedora-messaging-crt-volume
|
||||||
mountPath: "/etc/pki/fedora-messaging/{{ fedora_messaging_cert_file }}"
|
mountPath: "/etc/pki/fedora-messaging/{{ fedora_messaging_cert_file }}"
|
||||||
subPath: "{{ fedora_messaging_cert_file }}"
|
subPath: "{{ fedora_messaging_cert_file }}"
|
||||||
readOnly: true
|
readOnly: true
|
||||||
- name: fedora-messaging-key
|
- name: fedora-messaging-key-volume
|
||||||
mountPath: "/etc/pki/fedora-messaging/{{ fedora_messaging_key_file }}"
|
mountPath: "/etc/pki/fedora-messaging/{{ fedora_messaging_key_file }}"
|
||||||
subPath: "{{ fedora_messaging_key_file }}"
|
subPath: "{{ fedora_messaging_key_file }}"
|
||||||
readOnly: true
|
readOnly: true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue