From ce09964bc165135e1a9c0e5975b2c61ace1d6ea0 Mon Sep 17 00:00:00 2001 From: Evrard Van Espen Date: Thu, 20 Nov 2025 19:11:04 +0000 Subject: [PATCH] Testing --- argo.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/argo.yaml b/argo.yaml index 75f5eb3..75325cd 100644 --- a/argo.yaml +++ b/argo.yaml @@ -4,10 +4,11 @@ metadata: name: blog-argo namespace: argocd spec: - project: default + project: blog source: repoURL: "https://git.vanespen.dev/evanespen/blog" - path: "k8s" + targetRevision: HEAD + # path: "k8s" destination: server: "https://kubernetes.default.svc" namespace: argocd