From 281accd802a36183da8ad71acec35726fd050c75 Mon Sep 17 00:00:00 2001 From: Sean Knox Date: Sat, 10 Feb 2024 20:34:54 -0800 Subject: [PATCH] update podinfo GitRepository branch to match guide Signed-off-by: Sean Knox --- content/en/flux/get-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/flux/get-started.md b/content/en/flux/get-started.md index 64b3898e6..e0da7e63f 100644 --- a/content/en/flux/get-started.md +++ b/content/en/flux/get-started.md @@ -121,7 +121,7 @@ podinfo is a tiny web application made with Go. ```sh flux create source git podinfo \ --url=https://github.com/stefanprodan/podinfo \ - --branch=master \ + --branch=main \ --interval=1m \ --export > ./clusters/my-cluster/podinfo-source.yaml ```