Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/flagsmith/flagsmith-charts
Helm Charts for Flagsmith. Feature flagging and remote config service. Host yourself or use our hosted version.
https://github.com/flagsmith/flagsmith-charts
chart charts feature-flags hacktoberfest helm helm-charts kubernetes
Last synced: 7 days ago
JSON representation
Helm Charts for Flagsmith. Feature flagging and remote config service. Host yourself or use our hosted version.
- Host: GitHub
- URL: https://github.com/flagsmith/flagsmith-charts
- Owner: Flagsmith
- License: other
- Created: 2021-04-19T15:32:31.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-01-08T19:22:34.000Z (14 days ago)
- Last Synced: 2025-01-09T12:15:02.115Z (14 days ago)
- Topics: chart, charts, feature-flags, hacktoberfest, helm, helm-charts, kubernetes
- Language: Mustache
- Homepage: https://www.flagsmith.com/
- Size: 391 KB
- Stars: 39
- Watchers: 11
- Forks: 34
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Flagsmith Charts
Official Helm charts for Flagsmith,
[https://flagsmith.github.io/flagsmith-charts/](https://flagsmith.github.io/flagsmith-charts/)- [Flagsmith](./charts/flagsmith/)
## Usage
Add this repository using:
```bash
helm repo add flagsmith https://flagsmith.github.io/flagsmith-charts/
```Or by adding the following into `helmfile.yaml`:
```yaml
repositories:
# ...
- name: flagsmith
url: https://flagsmith.github.io/flagsmith-charts/
```## Further Information
For a detailed walkthrough of how to set up and configure Flagsmith on Kubernetes, please check out
[our docs](https://docs.flagsmith.com/deployment/hosting/kubernetes).## Development
We use [pre-commit](https://pre-commit.com/index.html#install) for linting. You can install and run with:
```bash
pip install pre-commit
pre-commit run --all-files
```