From bb14aa0baf29764d4643ad9ceaf417f610beac99 Mon Sep 17 00:00:00 2001
From: Josh Wolf <josh@joshwolf.dev>
Date: Wed, 11 Nov 2020 07:57:36 -0700
Subject: [PATCH] update developer docs with a flux install instead of applying
 from raw

---
 examples/complete/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/complete/README.md b/examples/complete/README.md
index 3cd982e354..aaac8235f0 100644
--- a/examples/complete/README.md
+++ b/examples/complete/README.md
@@ -42,7 +42,7 @@ To set up your local development environment, follow the steps below:
 k3d cluster create --k3s-server-arg "--disable=traefik" --k3s-server-arg "--disable=metrics-server" -p 80:80@loadbalancer -p 443:443@loadbalancer
 
 # Deploy the latest fluxv2 with iron bank images
-kubectl apply -f https://repo1.dsop.io/platform-one/big-bang/apps/sandbox/fluxv2/-/raw/master/flux-system.yaml
+flux install --registry registry.dsop.io/platform-one/big-bang/apps/sandbox/fluxv2 --timeout 3m0s
 
 # Apply a local version of the umbrella chart
 # NOTE: This is the alternative to deploying a HelmRelease and having flux manage it, we use a local copy to avoid having to commit every change
-- 
GitLab