docs: fix a typo in docs/operator/resources/vmalert.md (#6088)

This commit is contained in:
2024-04-10 21:28:33 +08:00 committed by GitHub
parent 3a9b34a67c
commit b02dda1440
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -51,7 +51,7 @@ spec:
ruleNamespaceSelector: {} 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`. For filtering rules `VMAlert` uses selectors `ruleNamespaceSelector` and `ruleSelector`.
It allows configuring rules access control across namespaces and different environments. It allows configuring rules access control across namespaces and different environments.