Skip to content

Commit

Permalink
improve documentation alertmanager
Browse files Browse the repository at this point in the history
  • Loading branch information
kiddo3 committed Oct 11, 2020
1 parent e586769 commit b619459
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/user-guides/alerting.md
Expand Up @@ -52,7 +52,7 @@ receivers:
Save the above Alertmanager config in a file called `alertmanager.yaml` and create a secret from it using `kubectl`.

Alertmanager instances require the secret resource naming to follow the format
`alertmanager-{ALERTMANAGER_NAME}`. In the previous example, the name of the Alertmanager is `example`, so the secret name must be `alertmanager-example`, and the name of the config file `alertmanager.yaml`
`alertmanager-{ALERTMANAGER_NAME}`. In the previous example, the name of the Alertmanager is `example`, so the secret name must be `alertmanager-example`, and the name of the config file `alertmanager.yaml`. Also, the name of the secret can be set through the field `configSecret` in Alertmanager configuration, if you desire to use a different one.

```bash
$ kubectl create secret generic alertmanager-example --from-file=alertmanager.yaml
Expand Down

0 comments on commit b619459

Please sign in to comment.