Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 839 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 839 Bytes

GO Feature Flag Helm Charts

This repository contains Helm charts for deploying the GO Feature Flag project within a Kubernetes environment.

Installation

  1. Add the Helm repository:
    helm repo add go-feature-flag https://charts.gofeatureflag.org
  2. Update the repository index:
    helm repo update
  3. Install the chart:
    helm install <release-name> go-feature-flag/relay-proxy

Configuration

Refer to the values.yaml file for customizable options.

Documentation

For more information, please visit the official GO Feature Flag documentation: https://gofeatureflag.org/docs

Contributing

We welcome contributions! Please follow the guidelines in the CONTRIBUTING.md file.