From d4a58c706b44609d77b49144d6550765bffd6f5b Mon Sep 17 00:00:00 2001 From: Leo Hemsted Date: Tue, 19 Apr 2022 14:56:10 +0100 Subject: [PATCH] bind to notify-redis automatically this ensures that if we create a new version of the app, it'll connect to redis properly (for example a UR prototype) --- manifest.yml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.yml.j2 b/manifest.yml.j2 index 17ee2f658..cceff3ee5 100644 --- a/manifest.yml.j2 +++ b/manifest.yml.j2 @@ -33,6 +33,7 @@ applications: - logit-ssl-syslog-drain - notify-prometheus - notify-splunk + - notify-redis env: NOTIFY_APP_NAME: admin @@ -61,6 +62,5 @@ applications: TEMPLATE_PREVIEW_API_KEY: '{{ TEMPLATE_PREVIEW_API_KEY }}' REDIS_ENABLED: '{{ REDIS_ENABLED }}' - REDIS_URL: '{{ REDIS_URL }}' NOTIFY_BILLING_DETAILS: '{{ NOTIFY_BILLING_DETAILS | tojson }}'