Skip to content

Latest commit

 

History

History
63 lines (36 loc) · 2.05 KB

README.md

File metadata and controls

63 lines (36 loc) · 2.05 KB

Flipt Helm Charts

Chart Version Flipt Version

These charts are still a work in progress.

Please create an issue or submit a pull request for any issues or missing features.

Usage

Helm must be installed to use the charts. Please refer to Helm's documentation to get started.

Once Helm is set up properly, add the repo as follows:

helm repo add flipt https://helm.flipt.io

You can then run helm search repo flipt to see the charts.

Installing

helm install flipt flipt/flipt

Upgrading

helm upgrade flipt flipt/flipt

Configuration

Flipt is configured using either a configuration file or via environment variables.

See the Flipt documentation for more information.

ConfigMap

You can configure this chart using a ConfigMap named flipt which is mounted as a volume available to the pods at /etc/flipt/config/default.yaml.

Environment Variables

You can also override the default config values with environment variables via the flipt.extraEnvVars field in your values.yaml file.

Note the values must be still be named as FLIPT_<CONFIG_KEY> per the documentation.

YAML

You can also configure this chart using YAML. See the values.yaml file for the default values under flipt.config.

Contributing

The source code of all Flipt Helm charts can be found on Github: https://github.com/flipt-io/helm-charts/

License

MIT License.