{"id":23982298,"url":"https://github.com/tellerops/helm-teller","last_synced_at":"2025-04-14T05:52:54.762Z","repository":{"id":42458633,"uuid":"465266495","full_name":"tellerops/helm-teller","owner":"tellerops","description":"Allows you to manage configuration and secrets from multiple provider while masking the secrets at the deployment","archived":false,"fork":false,"pushed_at":"2022-11-14T17:37:27.000Z","size":450,"stargazers_count":72,"open_issues_count":1,"forks_count":9,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-04-14T05:52:48.483Z","etag":null,"topics":["deployment","go","golang","helm","helm-plugin","kubernetes","secret-management","secrets"],"latest_commit_sha":null,"homepage":"","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/tellerops.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-03-02T10:54:15.000Z","updated_at":"2025-02-12T09:49:46.000Z","dependencies_parsed_at":"2022-09-14T00:22:35.568Z","dependency_job_id":null,"html_url":"https://github.com/tellerops/helm-teller","commit_stats":null,"previous_names":["spectralops/helm-teller"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tellerops%2Fhelm-teller","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tellerops%2Fhelm-teller/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tellerops%2Fhelm-teller/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tellerops%2Fhelm-teller/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tellerops","download_url":"https://codeload.github.com/tellerops/helm-teller/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248830389,"owners_count":21168272,"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","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":["deployment","go","golang","helm","helm-plugin","kubernetes","secret-management","secrets"],"created_at":"2025-01-07T11:14:01.379Z","updated_at":"2025-04-14T05:52:54.740Z","avatar_url":"https://github.com/tellerops.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n\u003cbr/\u003e\n\u003cbr/\u003e\n\u003cbr/\u003e\n   \u003cimg src=\"media/helm-teller.svg\" width=\"395\"/\u003e\n\u003cbr/\u003e\n\u003cbr/\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n\u003cb\u003e:computer: Never leave your terminal for secrets\u003c/b\u003e\n\u003cbr/\u003e\n\u003cb\u003e:pager: Same workflows for all your environments\u003c/b\u003e\n\u003cbr/\u003e\u003cbr/\u003e\u003cbr/\u003e\n\u003chr/\u003e\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n\u003cimg src=\"https://github.com/spectralops/helm-teller/actions/workflows/ci.yml/badge.svg\"/\u003e\n\u003cimg src=\"https://github.com/spectralops/helm-teller/actions/workflows/release.yaml/badge.svg\"/\u003e\n\u003c/p\u003e\n\n# Helm-teller\n\nHelm [Teller](https://github.com/SpectralOps/teller) \nAllows you to inject configuration and secrets from multiple providers into your chart while masking the secrets at the deployment.\n\n\n## Why should i use it?\n* More secure while using `--debug` or `--dry-run` the secrets will not show in the STDOUT\n* Simple to integrate\n* Rich of supported plugins\n* Pull configuration and secret from multiple providers in one place\n* Manage configuration from development to production in the same way\n\n\n![](media/helm-teller.gif)\n\n## Installation\n```sh\n$ helm plugin install https://github.com/SpectralOps/helm-teller\n```\n\n## Quick Start with helm teller\n* Create [.teller.yaml](https://github.com/SpectralOps/teller#quick-start-with-teller-or-tlr) file in your helm chart.\n```yaml\nproviders:\n  # vault provider\n  vault:\n    env_sync:\n      path: redis/config\n  # Consul provider\n  consul:\n    env:\n      loglevel:\n        path: log-level\n \n```\n* Set teller fields in your helm chart \n```yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n  name: test-config-map\ndata:\n  redis-host: {{ .Values.teller.host }}\n  redis-password: {{ .Values.teller.password }}\n  loglevel: {{ .Values.teller.loglevel }}\n```\n* Run helm teller deploy `helm teller [install/upgrade] {PLUGIN_FLAGS} -- {NATIVE_HELM_FLAGS}`.\n \n\nSee working example [here](./examples)\n\n\n## Contributing\n\nSee the [contributing](./CONTRIBUTING.md) directory for more developer documentation\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftellerops%2Fhelm-teller","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftellerops%2Fhelm-teller","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftellerops%2Fhelm-teller/lists"}