Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Enter the following details and click on **Create**.
* Application Name: `cluster-configs`
* Project: `default`
* Sync Policy: `Manual`
* Repository URL: `https://github.com/siamaksade/openshift-gitops-getting-started`
* Repository URL: `https://github.com/redhat-developer/openshift-gitops-getting-started`
* Revision: `HEAD`
* Path: `cluster`
* Destination: `https://kubernetes.default.svc`
Expand Down Expand Up @@ -104,7 +104,7 @@ Create a new Argo CD application by clicking on the **New App** button in the Ar
* Project: `default`
* Sync Policy: `Automatic`
* Self-heal: `checked`
* Repository URL: `https://github.com/siamaksade/openshift-gitops-getting-started`
* Repository URL: `https://github.com/redhat-developer/openshift-gitops-getting-started`
* Revision: `HEAD`
* Path: `app`
* Destination: `https://kubernetes.default.svc`
Expand Down
2 changes: 1 addition & 1 deletion argo/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
directory:
recurse: true
path: app
repoURL: https://github.com/siamaksade/openshift-gitops-getting-started.git
repoURL: https://github.com/redhat-developer/openshift-gitops-getting-started.git
targetRevision: main
syncPolicy:
automated:
Expand Down
2 changes: 1 addition & 1 deletion argo/cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ spec:
directory:
recurse: true
path: cluster
repoURL: https://github.com/siamaksade/openshift-gitops-getting-started
repoURL: https://github.com/redhat-developer/openshift-gitops-getting-started
targetRevision: HEAD