{"id":19702118,"url":"https://github.com/dipsas/operator-helm-gen","last_synced_at":"2025-11-22T08:02:38.049Z","repository":{"id":249718180,"uuid":"832332386","full_name":"DIPSAS/operator-helm-gen","owner":"DIPSAS","description":null,"archived":false,"fork":false,"pushed_at":"2025-06-23T21:14:09.000Z","size":22,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-23T22:26:31.763Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DIPSAS.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2024-07-22T20:03:10.000Z","updated_at":"2025-06-23T21:12:35.000Z","dependencies_parsed_at":"2024-08-27T23:52:37.799Z","dependency_job_id":"6533c71a-cfa6-46db-8807-25cb95ca7ede","html_url":"https://github.com/DIPSAS/operator-helm-gen","commit_stats":null,"previous_names":["dipsas/operator-helm-gen"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/DIPSAS/operator-helm-gen","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DIPSAS%2Foperator-helm-gen","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DIPSAS%2Foperator-helm-gen/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DIPSAS%2Foperator-helm-gen/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DIPSAS%2Foperator-helm-gen/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DIPSAS","download_url":"https://codeload.github.com/DIPSAS/operator-helm-gen/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DIPSAS%2Foperator-helm-gen/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":285755362,"owners_count":27226259,"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-22T02:00:05.934Z","response_time":64,"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":[],"created_at":"2024-11-11T21:13:34.016Z","updated_at":"2025-11-22T08:02:37.994Z","avatar_url":"https://github.com/DIPSAS.png","language":"Go","readme":"# operator-helm-gen\n\nVery simple app for making resources created by [operator-sdk](https://github.com/operator-framework/operator-sdk) ready for inclusion in Helm templates.\n\n\"Very simple\" means: \n- RoleBinding, Role and other namespaced K8s RBAC resources generated by operator-sdk get their hard-coded namespace element(s) templatable.\n- The resulting files are named following the pattern `resource_type-resource_name.yaml`.\n\n## Using \n\nThe program uses stdin for delivering the payload (example below). The input must be in YAML format, with the separator **---** between each resource.\n\nIn addition, the program accepts the following command line arguments: \n\n- `keep`: The resource types to inspect and generate for if found in the payload.\n- `dir`: The directory to place the generated YAML files. If empty, stdout is used. The program does NOT check if the directory exists.\n- `version`: Prints the version (if used with `go install`) and exits.\n\nExample usage:\n\n```bash\nGOBIN=$(pwd)/bin\ngo install github.com/DIPSAS/operator-helm-gen/cmd/operator-helm-gen@v0.1.2\n\nmkdir -p /some-dir/generated\n./bin/kustomize build config/default | ./bin/operator-helm-gen --dir /some-dir/generated --keep ClusterRoleBinding,RoleBinding,CustomResourceDefinition,Role,ClusterRole\ncp -a /some-dir/generated/. /path/to/helm-templates\nrm -rf /some-dir/generated\n\n```","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdipsas%2Foperator-helm-gen","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdipsas%2Foperator-helm-gen","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdipsas%2Foperator-helm-gen/lists"}