From 7c7085d31e0e1eddae2fb0674d4921d37fa4b75c Mon Sep 17 00:00:00 2001 From: Marco van Zijl Date: Fri, 2 May 2025 22:32:40 +0200 Subject: [PATCH] Refactor ArgoCD patch to update inline manifests and repository URL --- talos/patches/argocd.yaml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/talos/patches/argocd.yaml b/talos/patches/argocd.yaml index c7f3917..06413c5 100644 --- a/talos/patches/argocd.yaml +++ b/talos/patches/argocd.yaml @@ -1,6 +1,5 @@ -- op: add - path: /cluster/inlineManifests - value: +cluster: + inlineManifests: - name: argocd-namespace contents: | apiVersion: v1 @@ -17,9 +16,9 @@ spec: project: default source: - repoURL: https://github.com/argoproj/argo-cd-example-apps.git + repoURL: https://git.mvzijl.nl/marco/veda.git targetRevision: HEAD - path: guestbook + path: applications destination: server: https://kubernetes.default.svc namespace: default