fix link in operator quick start docs

Signed-off-by: Artem Navoiev <tenmozes@gmail.com>
This commit is contained in:
Artem Navoiev 2023-05-14 19:54:08 +02:00 committed by Aliaksandr Valialkin
parent 5514b5d552
commit c771f4eccf
No known key found for this signature in database
GPG key ID: A72BEC6CD3D0DED1

View file

@ -39,7 +39,7 @@ kubectl apply -f release/crds
Then you need RBAC for operator, relevant configuration for the release can be found at release/operator/rbac.yaml
Change configuration for operator at `release/operator/manager.yaml`, possible settings: [operator-settings](/vars.MD)
Change configuration for operator at `release/operator/manager.yaml`, possible settings: [operator-settings](/operator/vars.MD)
and apply it:
```console
kubectl apply -f release/operator/