fix object selectors link (#2391)

* fix object selectors link

* update kustomize url
This commit is contained in:
Ross Dougherty 2022-04-01 20:40:41 +11:00 committed by Aliaksandr Valialkin
parent e756eae06d
commit 4df09074d3
No known key found for this signature in database
GPG key ID: A72BEC6CD3D0DED1

View file

@ -49,7 +49,7 @@ kubectl get pods -n monitoring-system
## Installing by Kustomize ## Installing by Kustomize
You can install operator using [Kustomize](https://kubernetes-sigs.github.io/kustomize/) by pointing to the remote kustomization file. You can install operator using [Kustomize](https://kustomize.io/) by pointing to the remote kustomization file.
```yaml ```yaml
# Get latest release version from https://github.com/VictoriaMetrics/operator/releases/latest # Get latest release version from https://github.com/VictoriaMetrics/operator/releases/latest
@ -114,7 +114,7 @@ The VictoriaMetrics Operator introduces additional resources in Kubernetes to de
* [VMStaticScrape](#vmstaticscrape) * [VMStaticScrape](#vmstaticscrape)
* [VMAuth](#vmauth) * [VMAuth](#vmauth)
* [VMUser](#vmuser) * [VMUser](#vmuser)
* [Selectors](#Object selectors) * [Selectors](#object-selectors)
## VMSingle ## VMSingle