This repository contains Helm charts for deploying the GO Feature Flag project within a Kubernetes environment.
- Add the Helm repository:
helm repo add go-feature-flag https://charts.gofeatureflag.org
- Update the repository index:
helm repo update
- Install the chart:
helm install <release-name> go-feature-flag/relay-proxy
Refer to the values.yaml
file for customizable options.
For more information, please visit the official GO Feature Flag documentation: https://gofeatureflag.org/docs
We welcome contributions! Please follow the guidelines in the CONTRIBUTING.md file.