Unleash / helm-charts

Contains helm-charts for Unleash
Apache License 2.0
40 stars 54 forks source link

chore: allow ssl configuration #115

Closed gastonfournier closed 7 months ago

gastonfournier commented 7 months ago

About the changes

Copied from https://github.com/Unleash/helm-charts/pull/95 to lint it

SSL configuration is not able to be passed via environment variable in the helm chart. Any attempt to pass stringified JSON (docs) results in a Helm parsing error.

Semi related to #94

Fixes #102

gardleopard commented 7 months ago

Tested locally with kind, works as expected.

gastonfournier commented 7 months ago

LGTM

Should we merge? Do I do it or do you want to do it? Thanks for fixing this one!