From 0d53a036283f74dd4c6b4f88038fa68321b4be85 Mon Sep 17 00:00:00 2001 From: EarthlingDavey <15802017+EarthlingDavey@users.noreply.github.com> Date: Mon, 28 Oct 2024 12:44:49 +0000 Subject: [PATCH] Add slack webhook secret for production namespace --- deploy/production/secret.tpl.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/production/secret.tpl.yml b/deploy/production/secret.tpl.yml index 927b687e8..815c1d4d3 100644 --- a/deploy/production/secret.tpl.yml +++ b/deploy/production/secret.tpl.yml @@ -55,5 +55,5 @@ metadata: # This may be used for all intranet environments. name: intranet-alerts-slack-webhook type: Opaque -data: +stringData: url: "${ALERTS_SLACK_WEBHOOK}"