From 205fb83c4266441b4c1f84c9c821911bc2024da1 Mon Sep 17 00:00:00 2001 From: Russ Savage Date: Sat, 5 Sep 2020 00:06:43 -0700 Subject: [PATCH] fix(fortnite): adding required params to slack --- fortnite/fn-template.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/fortnite/fn-template.yml b/fortnite/fn-template.yml index 5d46968a..e60660d1 100755 --- a/fortnite/fn-template.yml +++ b/fortnite/fn-template.yml @@ -37,13 +37,14 @@ spec: import "strings" import "influxdata/influxdb/secrets" - - webhook = secrets.get(key: "SLACK_WEBHOOK") sendSlackMessage = (text) => (slack.message( url: webhook, - token: "", + token: "", + username: "", + workspace: "", + iconEmoji: "", channel: "", text: text, color: "good",