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