{"id":26649005,"url":"https://github.com/c0deltin/replik8or","last_synced_at":"2026-04-29T10:33:35.457Z","repository":{"id":284242284,"uuid":"936528953","full_name":"c0deltin/replik8or","owner":"c0deltin","description":"A Kubernetes operator that replicates Secrets and ConfigMaps into namespaces.","archived":false,"fork":false,"pushed_at":"2026-02-03T22:39:16.000Z","size":88,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-04T11:04:54.789Z","etag":null,"topics":["configmaps","golang","k8s","kubernetes","operator","secrets"],"latest_commit_sha":null,"homepage":"","language":"Go","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/c0deltin.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":"2025-02-21T08:41:48.000Z","updated_at":"2026-02-03T22:38:22.000Z","dependencies_parsed_at":"2025-03-24T22:40:44.232Z","dependency_job_id":null,"html_url":"https://github.com/c0deltin/replik8or","commit_stats":null,"previous_names":["c0deltin/replik8or"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/c0deltin/replik8or","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/c0deltin%2Freplik8or","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/c0deltin%2Freplik8or/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/c0deltin%2Freplik8or/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/c0deltin%2Freplik8or/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/c0deltin","download_url":"https://codeload.github.com/c0deltin/replik8or/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/c0deltin%2Freplik8or/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32421862,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T06:29:02.080Z","status":"ssl_error","status_checked_at":"2026-04-29T06:29:00.631Z","response_time":110,"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":["configmaps","golang","k8s","kubernetes","operator","secrets"],"created_at":"2025-03-25T00:47:38.234Z","updated_at":"2026-04-29T10:33:35.452Z","avatar_url":"https://github.com/c0deltin.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# replik8or\n\nA Kubernetes operator that replicates Secrets and ConfigMaps into namespaces.\n\n## Deployment\n\n### Helm Deployment\nThe preferred way to install replik8or is by using Helm:\n```shell\n$ helm upgrade --install replik8or oci://ghcr.io/c0deltin/helm-charts/replik8or\n```\nor \n\n```shell\n$ helm repo add c0deltin https://c0deltin.github.io/helm-charts\n$ helm repo update\n$ helm upgrade --install replik8or c0deltin/replik8or\n```\n\n### Configuration\n\nThere are two ways of configuring ``replik8or``: Using environemnt variables or using flags.   \nThe following configuration values are available:\n\n| env key                  | flag                     | default                | description                                                                        |\n|--------------------------|--------------------------|------------------------|------------------------------------------------------------------------------------|\n| `METRICS_ADDR`           | `metrics-addr`           | 0                      | Address under which the metrics server will be availabele. (_disabled by default_) |\n| `HEALTH_PROBE_ADDR`      | `health-probe-addr`      | 0                      | Address under which the health probe will be available. (_disabled by default_)    |\n| `DISALLOWED_NAMESPACES`  | `disallowed-namespaces`  |                        | Namespaces for which replicating resources is disabled. (_comma seperated_)        |\n\n\n## Usage\n\nAdding `replik8or.c0deltin.dev/replication-allowed=\"true\"` to a ConfigMap or Secret will tell the operator to    \nreplicate this object to all other namespaces.    \nTo be more precise add ``replik8or.c0deltin.dev/desired-namespaces=\"\u003cmy-ns-1\u003e,\u003canother-ns\u003e\"``.\nIn this case the operator will only replicate the object into those namespaces.\n\n\u003e [!IMPORTANT]   \n\u003e `DISALLOWED_NAMESPACES` will always beat the `desired-namespaces` annotation.\n\n\n## ToDo's\n- [ ] Allow adding `desired-namespaces` annotation after replicas already have been created (remove replicas from namespaces not in annotation)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fc0deltin%2Freplik8or","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fc0deltin%2Freplik8or","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fc0deltin%2Freplik8or/lists"}