Refactor ArgoCD patch to update inline manifests and repository URL

This commit is contained in:
Marco van Zijl 2025-05-02 22:32:40 +02:00
parent 7552c56d28
commit 7c7085d31e

View File

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