Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix typo in notifiers.md #794

Merged
merged 5 commits into from Jul 20, 2022
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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