From 6c81b2ce7fdc8c20717dbd85ddddf57f14a9dc20 Mon Sep 17 00:00:00 2001 From: Michael Bridgen Date: Thu, 7 Jan 2021 11:52:20 +0000 Subject: [PATCH] Link to proper guide from README Signed-off-by: Michael Bridgen --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6c528fb7..63b59d44 100644 --- a/README.md +++ b/README.md @@ -6,10 +6,10 @@ controller to drive automated config updates. ## Installing -Instructions for setting both controllers up are in the -[fluxcd/image-automation-controller][auto] README. +Please see the [installation and use +guide](https://toolkit.fluxcd.io/guides/image-update/). -If you just want to run this controller, do +If you just want to run this controller for development purposes, do ```bash kustomize build github.com/fluxcd/image-reflector-controller//config/default/?ref=main | kubectl apply -f-