From 5dc667230e2d2b230dc4642d75ed027564353195 Mon Sep 17 00:00:00 2001 From: Var091 <61744939+Var091@users.noreply.github.com> Date: Wed, 20 Jul 2022 20:55:20 +0200 Subject: [PATCH] fix typo in notifiers.md (#794) Co-authored-by: Edvin N Co-authored-by: Hubert Stefanski <35736504+HubertStefanski@users.noreply.github.com> --- documentation/notifiers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/notifiers.md b/documentation/notifiers.md index d64c6195a..ffc852545 100644 --- a/documentation/notifiers.md +++ b/documentation/notifiers.md @@ -22,7 +22,7 @@ The recommended procedure for creating notifiers is as follows: - User generated secret, and supplemented in `EnvFrom` in the Grafana CR. 3) Once logged in, create and test notifiers through the UI 4) Once tested and created, extract the raw JSON -5) Create a new `GrafanaNotifgicationChannel` CR and provide the JSON string in `spec.json` as in the example below: +5) Create a new `GrafanaNotificationChannel` CR and provide the JSON string in `spec.json` as in the example below: 6) Apply the resource to the cluster The created notifier should now be provisioned and managed by the operator.