Skip to content

Commit

Permalink
Update Documentation/commands/analyze/index.md
Browse files Browse the repository at this point in the history
Co-authored-by: Nicolas Takashi <[email protected]>
  • Loading branch information
heliapb and nicolastakashi authored Dec 10, 2024
1 parent 9e308ed commit 2af894f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Documentation/commands/analyze/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,11 @@ The Alertmanager object must exist in the Kubernetes cluster, which can be confi

### Alertmanager Configuration

Alertmanager condifuration needs to be provided, either:
Alertmanager configuration must be provided in one of the following ways:

- **User-provided Kubernetes Secret**: The user must ensure the configuration data is stored in a file named `alertmanager.yaml`.
- **Default Kubernetes Secret**: The Operator will generate and provide a default secret for use.
- **AlertmanagerConfig CRDs (Custom Resource Definitions)**: These must match a **Namespace Selector** in the specified namespace, a **ConfigSelector**, or the **ConfigSelector Name**.

* As a Kubernetes secret provided by the user, that needs to ensure the data is stored in a file called alertmanager.yaml
* The Operator will provide a default generated Kubernetes secret to use
Expand Down

0 comments on commit 2af894f

Please sign in to comment.