From 7c4c6f7ee65aef0f44803b4eb3ccc4bfbdaffc84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A3=9E?= <2792498102@qq.com> Date: Wed, 10 Apr 2024 21:28:33 +0800 Subject: [PATCH] docs: fix a typo in docs/operator/resources/vmalert.md (#6088) --- docs/operator/resources/vmalert.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/operator/resources/vmalert.md b/docs/operator/resources/vmalert.md index 74ee3320aa..0e43ff4942 100644 --- a/docs/operator/resources/vmalert.md +++ b/docs/operator/resources/vmalert.md @@ -51,7 +51,7 @@ spec: ruleNamespaceSelector: {} ``` -[VMRUle](./vmrule.md) objects generate part of `VMAlert` configuration. +[VMRule](./vmrule.md) objects generate part of `VMAlert` configuration. For filtering rules `VMAlert` uses selectors `ruleNamespaceSelector` and `ruleSelector`. It allows configuring rules access control across namespaces and different environments.