From 3dc3a78a1e9fa82a2b3c0bf3bc20931024868e18 Mon Sep 17 00:00:00 2001 From: Marcus Noble Date: Sat, 6 Apr 2024 15:09:55 +0100 Subject: [PATCH] Migrate git-sync to new cluster Signed-off-by: Marcus Noble --- manifests/_apps/git-sync.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/manifests/_apps/git-sync.yaml b/manifests/_apps/git-sync.yaml index 5e2d3cc..070b763 100644 --- a/manifests/_apps/git-sync.yaml +++ b/manifests/_apps/git-sync.yaml @@ -1,7 +1,7 @@ apiVersion: argoproj.io/v1alpha1 kind: Application metadata: - name: git-sync + name: cluster-fun-git-sync namespace: argocd finalizers: - resources-finalizer.argocd.argoproj.io @@ -9,7 +9,7 @@ spec: project: cluster.fun destination: namespace: git-sync - name: cluster-fun (scaleway) + name: cluster-fun (v2) source: path: manifests/git-sync repoURL: "https://git.cluster.fun/AverageMarcus/cluster.fun.git" @@ -22,3 +22,4 @@ spec: - kind: Secret jsonPointers: - /data +---