Official Helm charts for Flagsmith, https://flagsmith.github.io/flagsmith-charts/
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/
For a detailed walkthrough of how to set up and configure Flagsmith on Kubernetes, please check out our docs.
We use pre-commit for linting. You can install and run with:
pip install pre-commit
pre-commit run --all-files