{"id":20113556,"url":"https://github.com/cloudacademy/argocd-gitops","last_synced_at":"2025-11-27T14:05:03.409Z","repository":{"id":77791328,"uuid":"598896444","full_name":"cloudacademy/argocd-gitops","owner":"cloudacademy","description":"Argo CD - Declarative GitOps CD","archived":false,"fork":false,"pushed_at":"2023-02-13T06:40:13.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-03-02T18:51:23.738Z","etag":null,"topics":["argocd","containers","gitops","kubernetes","openshift"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cloudacademy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-02-08T02:41:40.000Z","updated_at":"2023-02-08T02:43:34.000Z","dependencies_parsed_at":"2023-03-12T02:04:43.847Z","dependency_job_id":null,"html_url":"https://github.com/cloudacademy/argocd-gitops","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cloudacademy/argocd-gitops","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudacademy%2Fargocd-gitops","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudacademy%2Fargocd-gitops/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudacademy%2Fargocd-gitops/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudacademy%2Fargocd-gitops/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cloudacademy","download_url":"https://codeload.github.com/cloudacademy/argocd-gitops/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudacademy%2Fargocd-gitops/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080728,"owners_count":27282304,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-11-26T02:00:06.075Z","response_time":193,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["argocd","containers","gitops","kubernetes","openshift"],"created_at":"2024-11-13T18:24:57.369Z","updated_at":"2025-11-27T14:05:03.376Z","avatar_url":"https://github.com/cloudacademy.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Argo CD - Declarative GitOps CD for Kubernetes\n\nArgo CD is a declarative, GitOps continuous delivery tool for Kubernetes.\n\n## Example Project\nThis repo contains an example web app used to demonstrate the principles and processes of an Argo CD GitOps setup.\n\n## Installation\nThe following instructions have been tested with the latest version of OpenShift Local (4.11.18).\n\n1. Install OpenShift Local\n\n2. Install Red Hat OpenShift GitOps Operator\n\n2.1. Add **cluster-admin** rights to the `openshift-gitops-argocd-application-controller` service account in the `openshift-gitops` namespace:\n\n```\noc adm policy add-cluster-role-to-user cluster-admin -z openshift-gitops-argocd-application-controller -n openshift-gitops\n```\n\n2.2. Retrieve the Argo CD web administration console URL:\n\n```\nargoURL=$(oc get route openshift-gitops-server -n openshift-gitops -o jsonpath='{.spec.host}{\"\\n\"}')\necho $argoURL\n```\n\n2.3. Retrieve the Argo CD default password:\n\n```\nargoPass=$(oc get secret/openshift-gitops-cluster -n openshift-gitops -o jsonpath='{.data.admin\\.password}' | base64 -d)\necho $argoPass\n```\n\n2.4. Login into the Argo CD web administration console as user **admin** with the password retrieved above.\n\n3. Fork this GitHub repo\n\n4. Git clone your forked repo locally\n\n5. Navigate into the `argocd-gitops` directory\n\n6. Update the `repoURL` field within the `argo-application.yaml` file with your newly forked repo URL. Save the updated `argo-application.yaml` file.\n\n7. Create the Argo CD Application within your OpenShift cluster:\n\n```\noc apply -f argo-application.yaml\n```\n\n8. Within the Argo CD web administration console, confirm that a new Application has been registered.\n\n9. Confirm that Argo CD has deployed the manifests stored in the GitHub repo into the cluster successfully:\n\n```\noc project cloudacademy\noc get pods\noc rollout status deployment webecho\n```\n\n10. Perform a direct change to the **webecho** deployment\n\n```\noc set env deploy/webecho BACKGROUND_COLOR=cyan MESSAGE=\"follow the white rabbit...\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloudacademy%2Fargocd-gitops","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcloudacademy%2Fargocd-gitops","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloudacademy%2Fargocd-gitops/lists"}