diff --git a/roles/openshift-apps/the-new-hotness/files/deploymentconfig.yml b/roles/openshift-apps/the-new-hotness/files/deploymentconfig.yml index 835f66f3d4..1b01651ab8 100644 --- a/roles/openshift-apps/the-new-hotness/files/deploymentconfig.yml +++ b/roles/openshift-apps/the-new-hotness/files/deploymentconfig.yml @@ -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 diff --git a/roles/openshift-apps/the-new-hotness/templates/configmap.yml b/roles/openshift-apps/the-new-hotness/templates/configmap.yml index d4f8a872eb..83cd14f719 100644 --- a/roles/openshift-apps/the-new-hotness/templates/configmap.yml +++ b/roles/openshift-apps/the-new-hotness/templates/configmap.yml @@ -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"