From 0e75134e696e4edbc3b00d8489a5590a1fe0ed32 Mon Sep 17 00:00:00 2001 From: Joe Monk Date: Fri, 16 Feb 2024 22:53:00 +0000 Subject: [PATCH] Set the source ref correctly --- clusters/talos/apps.yaml | 2 +- clusters/talos/infra.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/clusters/talos/apps.yaml b/clusters/talos/apps.yaml index 30b4428..eea660a 100644 --- a/clusters/talos/apps.yaml +++ b/clusters/talos/apps.yaml @@ -9,6 +9,6 @@ spec: prune: true sourceRef: kind: GitRepository - name: flux-cluster + name: flux-system dependsOn: - name: infra \ No newline at end of file diff --git a/clusters/talos/infra.yaml b/clusters/talos/infra.yaml index 43640ea..5b25806 100644 --- a/clusters/talos/infra.yaml +++ b/clusters/talos/infra.yaml @@ -9,4 +9,4 @@ spec: prune: true sourceRef: kind: GitRepository - name: flux-cluster + name: flux-system