These charts are still a work in progress.
Please create an issue or submit a pull request for any issues or missing features.
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.
helm install flipt flipt/flipt
helm upgrade flipt flipt/flipt
Flipt is configured using either a configuration file or via environment variables.
See the Flipt documentation for more information.
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
.
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.
You can also configure this chart using YAML. See the values.yaml file for the default values under flipt.config
.
The source code of all Flipt Helm charts can be found on Github: https://github.com/flipt-io/helm-charts/