From c19fc52676f2caecd6cdc0fbac85b5e35b4d99c7 Mon Sep 17 00:00:00 2001 From: Artem Navoiev Date: Sun, 14 May 2023 19:54:08 +0200 Subject: [PATCH] fix link in operator quick start docs Signed-off-by: Artem Navoiev --- docs/operator/quick-start.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/operator/quick-start.md b/docs/operator/quick-start.md index fa358f5050..d8974f3157 100644 --- a/docs/operator/quick-start.md +++ b/docs/operator/quick-start.md @@ -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/