{"id":16544212,"url":"https://github.com/s3rius/argo-testing","last_synced_at":"2026-03-07T03:31:54.694Z","repository":{"id":202624273,"uuid":"707697413","full_name":"s3rius/argo-testing","owner":"s3rius","description":"Don't look at this repo. I was trying my POC.","archived":false,"fork":false,"pushed_at":"2023-10-23T16:13:40.000Z","size":244,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-08T01:57:04.267Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Smarty","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/s3rius.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-10-20T13:10:23.000Z","updated_at":"2023-10-20T21:29:19.000Z","dependencies_parsed_at":null,"dependency_job_id":"f09f6c1b-c726-4b2c-9ef8-de81be40e5b0","html_url":"https://github.com/s3rius/argo-testing","commit_stats":{"total_commits":29,"total_committers":1,"mean_commits":29.0,"dds":0.0,"last_synced_commit":"b3172b07d432ae0ef75696b38099ade23fea70e0"},"previous_names":["s3rius/argo-testing"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/s3rius/argo-testing","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/s3rius%2Fargo-testing","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/s3rius%2Fargo-testing/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/s3rius%2Fargo-testing/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/s3rius%2Fargo-testing/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/s3rius","download_url":"https://codeload.github.com/s3rius/argo-testing/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/s3rius%2Fargo-testing/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30206570,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-07T03:24:23.086Z","status":"ssl_error","status_checked_at":"2026-03-07T03:23:11.444Z","response_time":53,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2024-10-11T19:01:23.730Z","updated_at":"2026-03-07T03:31:54.668Z","avatar_url":"https://github.com/s3rius.png","language":"Smarty","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Test repo setup for argocd\n\nThis repo contains:\n* k3d config for local kubernetes cluster\n* helm charts for argocd and argocd apps with configured repo\n* python application with Dockerfile and helm chart\n\n## Setup\n\nAt first setup k3d cluster for local development:\n\n```bash\nk3d cluster create -c k3d.yaml\n```\n\nThen install argocd:\n\n```bash\nhelm upgrade --install --namespace argocd --create-namespace argo deploy/helm/argocd --set argocd-apps.enabled=false\n```\n\nIf you want to see NOTES.txt from argo-cd chart, you man add `--render-subchart-notes` flag.\n\nWe set `argocd-apps` to false, because the chart installs CRDs and we want to install them before\nadding argocd-apps.\nActually, sometimes people add CRDs before running any helm commands. But let's keep it that way.\n\n```bash\nhelm upgrade --install --namespace argocd --create-namespace argo deploy/helm/argocd --set argocd-apps.enabled=true\n```\n\nNow we need to get the secret from argocd secret that contains admin password:\n\n```bash\nkubectl -n argocd get secret argocd-initial-admin-secret -o jsonpath=\"{.data.password}\" | base64 -d\n```\n\nOf course, if you've used different namespace or release name, you need to change them in the command above to get the correct secret.\n\nAfter login you will see the application up and running.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fs3rius%2Fargo-testing","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fs3rius%2Fargo-testing","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fs3rius%2Fargo-testing/lists"}