You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Documentation/commands/analyze/index.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -84,8 +84,8 @@ The Alertmanager object must exist in the Kubernetes cluster, which can be confi
84
84
85
85
Alertmanager configuration must be provided in one of the following ways:
86
86
87
-
-**User-provided Kubernetes Secret**: The user must ensure the configuration data is stored in a file named `alertmanager.yaml`.
88
-
-**Default Kubernetes Secret**: The Operator will generate and provide a default secret for use.
87
+
-**User-provided Kubernetes Secret**: The user must ensure the configuration data is stored in a file named `alertmanager.yaml`.
88
+
-**Default Kubernetes Secret**: The Operator will generate and provide a default secret for use.
89
89
-**AlertmanagerConfig CRDs (Custom Resource Definitions)**: These must match a **Namespace Selector** in the specified namespace, a **ConfigSelector**, or the **ConfigSelector Name**.
90
90
91
91
* As a Kubernetes secret provided by the user, that needs to ensure the data is stored in a file called alertmanager.yaml
0 commit comments