flagsmith-charts icon indicating copy to clipboard operation
flagsmith-charts copied to clipboard

Helm Charts for Flagsmith. Feature flagging and remote config service. Host yourself or use our hosted version.

Results 56 flagsmith-charts issues
Sort by recently updated
recently updated
newest added

Automated PR generated by a release event in https://github.com/Flagsmith/flagsmith

yaml-updates

Automated PR generated by a release event in https://github.com/Flagsmith/flagsmith

yaml-updates

Automated PR generated by a release event in https://github.com/Flagsmith/flagsmith

yaml-updates

Thanks for submitting a PR! Please check the boxes below: - [x] I have filled in the "Changes" section below? - [x] I have filled in the "How did you...

Fixes #121. Thanks for submitting a PR! Please check the boxes below: - [x] I have filled in the "Changes" section below? - [x] I have filled in the "How...

Hi, The default influxdb2 deployment as configured by this chart blocks node draining/eviction: ``` "requestObject": { "kind": "Eviction", "apiVersion": "policy/v1beta1", "metadata": { "name": "flagsmith-influxdb2-0", "namespace": "production", "creationTimestamp": null } },...

Similar to the `extraEnv` attribute defined for the `api` service (see [here](https://docs.flagsmith.com/deployment/hosting/kubernetes#environment-variables)), it should be possible to define `extraEnv` for the taskProcessor service. We may need to consider how this...

Hello, It would be great if there was an option to format the log data in json -- primary reason being logging/monitoring tools in the k8s ecosystem will automatically tokenize...

enhancement

Hi, thanks for maintaining this project. We encountered problem while testing PgBouncer. https://github.com/Flagsmith/flagsmith-charts/blob/0cf91203da115c256efbce43db4a79cbac0e0fac/charts/flagsmith/templates/secrets-pgbouncer.yaml#L14 secrets-pgbouncer.yaml parses databaseUrl using urlParse to get host, database, user, password seperately. but urlParse escapes url and...

bug