Home
Softono

Flagsmith Charts

Open source Mustache
43
Stars
44
Forks
24
Issues
7
Watchers
2 months
Last Commit

 About Flagsmith Charts

Helm Charts for Flagsmith. Feature flagging and remote config service. Host yourself or use our hosted version.

Platforms

Web Self-hosted Kubernetes

Languages

Mustache

Need Help Installing Flagsmith Charts?

We provide expert installation service for this software. Our team will install, configure, and secure Flagsmith Charts on your server. plans start at just $30.

Flagsmith Charts

View on GitHub

Flagsmith Charts

Official Helm charts for Flagsmith, https://flagsmith.github.io/flagsmith-charts/

Usage

Add this repository using:

helm repo add flagsmith https://flagsmith.github.io/flagsmith-charts/

Or by adding the following into helmfile.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.

Development

We use pre-commit for linting. You can install and run with:

pip install pre-commit
pre-commit run --all-files