the-new-hotness: Fix volumes mount error
Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
parent
bebdcecc74
commit
f90d100aca
2 changed files with 5 additions and 5 deletions
|
@ -50,13 +50,13 @@ items:
|
|||
name: the-new-hotness-configmap
|
||||
- name: fedora-messaging-ca-volume
|
||||
secret:
|
||||
secretName: release-monitoring-fedora-messaging-ca
|
||||
secretName: the-new-hotness-fedora-messaging-ca
|
||||
- name: fedora-messaging-key-volume
|
||||
secret:
|
||||
secretName: release-monitoring-fedora-messaging-key
|
||||
secretName: the-new-hotness-fedora-messaging-key
|
||||
- name: fedora-messaging-cert-volume
|
||||
secret:
|
||||
secretName: release-monitoring-fedora-messaging-cert
|
||||
secretName: the-new-hotness-fedora-messaging-cert
|
||||
triggers:
|
||||
- imageChangeParams:
|
||||
automatic: true
|
||||
|
|
|
@ -34,8 +34,8 @@ items:
|
|||
|
||||
[tls]
|
||||
ca_cert = "/etc/pki/rabbitmq/ca/ca.crt"
|
||||
keyfile = "/etc/pki/rabbitmq/key/fedora-messaging-release-monitoring.key"
|
||||
certfile = "/etc/pki/rabbitmq/cert/fedora-messaging-release-monitoring.crt"
|
||||
keyfile = "/etc/pki/rabbitmq/key/fedora-messaging-the-new-hotness.key"
|
||||
certfile = "/etc/pki/rabbitmq/cert/fedora-messaging-the-new-hotness.crt"
|
||||
|
||||
[client_properties]
|
||||
app = "the-new-hotness"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue