Skip to content

Commit

Permalink
update: source url
Browse files Browse the repository at this point in the history
  • Loading branch information
codekow committed Dec 20, 2023
1 parent aba4f34 commit 403db10
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions clusters/argo-managed/overlays/default/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ patches:
patch: |-
- op: replace
path: /stringData/url
value: 'https://github.com/redhat-na-ssa/demo-ai-gitops-catalog.git'
value: 'https://github.com/codekow/demo-ai-gitops-catalog.git'
- target:
group: argoproj.io
kind: ApplicationSet
patch: |-
- op: replace
path: /spec/template/spec/source/repoURL
value: 'https://github.com/redhat-na-ssa/demo-ai-gitops-catalog.git'
value: 'https://github.com/codekow/demo-ai-gitops-catalog.git'
- op: replace
path: /spec/template/spec/source/targetRevision
value: main
Expand All @@ -37,7 +37,7 @@ patches:
patch: |-
- op: replace
path: /spec/source/repoURL
value: 'https://github.com/redhat-na-ssa/demo-ai-gitops-catalog.git'
value: 'https://github.com/codekow/demo-ai-gitops-catalog.git'
- op: replace
path: /spec/source/targetRevision
value: main
Expand Down

0 comments on commit 403db10

Please sign in to comment.