From b6008bceabd30a72ee77812fa1c6838ad195bc53 Mon Sep 17 00:00:00 2001
From: Varac <varac@varac.net>
Date: Thu, 31 Mar 2022 13:31:40 +0200
Subject: [PATCH] Fix gitrepo name

---
 basic/install.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/basic/install.sh b/basic/install.sh
index 9681efa..2cb03be 100755
--- a/basic/install.sh
+++ b/basic/install.sh
@@ -1,14 +1,14 @@
 #!/usr/bin/env bash
 
 echo "Creating / updating gitRepository custom-flux-example-basic in namespace flux-system"
-flux create source git custom-flux-example-basic \
+flux create source git custom-flux-example \
   --url=https://open.greenhost.net/stackspin/custom-flux-example.git \
   --branch=main \
   --interval=1h
 
 echo "Creating / updating kustomization custom-flux-example-basic in namespace flux-system"
 flux create kustomization custom-flux-example-basic \
-  --source=GitRepository/custom-flux-example-basic \
+  --source=GitRepository/custom-flux-example \
   --path="./basic/clusters/production/" \
   --prune=true \
   --interval=1h
-- 
GitLab