Refactor ArgoCD patch to update inline manifests and repository URL
This commit is contained in:
parent
7552c56d28
commit
7c7085d31e
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user