Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```