Automatic update operator docs from VictoriaMetrics/operator@6e1a876 (#6179)

(cherry picked from commit a14acd4fcc)
This commit is contained in:
Github Actions 2024-04-24 15:41:23 +08:00 committed by hagen1778
parent 4f07d32548
commit ff0a1eb3e6
No known key found for this signature in database
GPG Key ID: 3BF75F3741CA9640
3 changed files with 9 additions and 2 deletions

View File

@ -16,6 +16,13 @@ aliases:
## Next release
<a name="v0.43.3"></a>
## [v0.43.3](https://github.com/VictoriaMetrics/operator/releases/tag/v0.43.2) - 23 Apr 2024
- [operator](./README.md): fix conversion from `ServiceMonitor` to `VMServiceScrape`, `bearerTokenSecret` is dropped mistakenly since [v0.43.0](https://github.com/VictoriaMetrics/operator/releases/tag/v0.43.0). See [this issue](https://github.com/VictoriaMetrics/operator/issues/932).
- [operator](./README.md): fix selector match for config resources like VMUser, VMRule... , before it could be ignored when update resource labels.
<a name="v0.43.2"></a>
## [v0.43.2](https://github.com/VictoriaMetrics/operator/releases/tag/v0.43.2) - 22 Apr 2024

View File

@ -33,7 +33,7 @@ The CRD specifies which `VMUser`s should be covered by the deployed `VMAuth` ins
The Operator then generates a configuration based on the included `VMUser`s and updates the `Configmaps` containing
the configuration. It continuously does so for all changes that are made to `VMUser`s or to the `VMAuth` resource itself.
[VMUser](./vmrule.md) objects generate part of `VMAuth` configuration.
[VMUser](./vmuser.md) objects generate part of `VMAuth` configuration.
For filtering users `VMAuth` uses selectors `userNamespaceSelector` and `userSelector`.
It allows configuring rules access control across namespaces and different environments.

View File

@ -10,7 +10,7 @@ menu:
<!-- this doc autogenerated - don't edit it manually -->
# Auto Generated vars for package config
updated at Mon Apr 22 16:35:37 UTC 2024
updated at Wed Apr 24 02:53:53 UTC 2024
| varible name | variable default value | variable required | variable description |