Skip to content

Commit

Permalink
fix typo in notifiers.md (#794)
Browse files Browse the repository at this point in the history
Co-authored-by: Edvin N <edvin.norling@xenit.se>
Co-authored-by: Hubert Stefanski <35736504+HubertStefanski@users.noreply.github.com>
  • Loading branch information
3 people committed Jul 20, 2022
1 parent 1ff83ec commit 5dc6672
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/notifiers.md
Expand Up @@ -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.
Expand Down

0 comments on commit 5dc6672

Please sign in to comment.