the-new-hotness: Fix volumes mount error

Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
Michal Konečný 2019-02-27 16:19:21 +01:00
parent bebdcecc74
commit f90d100aca
2 changed files with 5 additions and 5 deletions

View file

@ -50,13 +50,13 @@ items:
name: the-new-hotness-configmap name: the-new-hotness-configmap
- name: fedora-messaging-ca-volume - name: fedora-messaging-ca-volume
secret: secret:
secretName: release-monitoring-fedora-messaging-ca secretName: the-new-hotness-fedora-messaging-ca
- name: fedora-messaging-key-volume - name: fedora-messaging-key-volume
secret: secret:
secretName: release-monitoring-fedora-messaging-key secretName: the-new-hotness-fedora-messaging-key
- name: fedora-messaging-cert-volume - name: fedora-messaging-cert-volume
secret: secret:
secretName: release-monitoring-fedora-messaging-cert secretName: the-new-hotness-fedora-messaging-cert
triggers: triggers:
- imageChangeParams: - imageChangeParams:
automatic: true automatic: true

View file

@ -34,8 +34,8 @@ items:
[tls] [tls]
ca_cert = "/etc/pki/rabbitmq/ca/ca.crt" ca_cert = "/etc/pki/rabbitmq/ca/ca.crt"
keyfile = "/etc/pki/rabbitmq/key/fedora-messaging-release-monitoring.key" keyfile = "/etc/pki/rabbitmq/key/fedora-messaging-the-new-hotness.key"
certfile = "/etc/pki/rabbitmq/cert/fedora-messaging-release-monitoring.crt" certfile = "/etc/pki/rabbitmq/cert/fedora-messaging-the-new-hotness.crt"
[client_properties] [client_properties]
app = "the-new-hotness" app = "the-new-hotness"