From a96220f3a564586cb7c385c299c0f27ed6e7d3e0 Mon Sep 17 00:00:00 2001 From: Somtochi Onyekwere Date: Wed, 26 Jan 2022 12:14:18 +0100 Subject: [PATCH] add correct provider ref to alert Signed-off-by: Somtochi Onyekwere --- config/samples/notification_v1beta1_alert.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/samples/notification_v1beta1_alert.yaml b/config/samples/notification_v1beta1_alert.yaml index df95eb4a4..285856566 100644 --- a/config/samples/notification_v1beta1_alert.yaml +++ b/config/samples/notification_v1beta1_alert.yaml @@ -4,7 +4,7 @@ metadata: name: alert-sample spec: providerRef: - name: provider-sample + name: slack-provider-sample eventSeverity: info eventSources: - kind: GitRepository