Migrate git-sync to new cluster

Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
This commit is contained in:
Marcus Noble 2024-04-06 15:09:55 +01:00
parent 954c7e22d7
commit 3dc3a78a1e
Signed by: AverageMarcus
GPG Key ID: B8F2DB8A7AEBAF78
1 changed files with 3 additions and 2 deletions

View File

@ -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
---