Oteemo / charts

Helm chart repository
https://oteemo.github.io/charts
MIT License
181 stars 234 forks source link

Added support for enabling SSL redirect when using an ALB ingress controller #266

Open jordiprats opened 3 years ago

jordiprats commented 3 years ago

Hi, To be able to enable the SSL redirect when using an ALB controller you must have a path definition for the redirect as stated here

Given than the paths are statically defined on the ingress template (and I guess there's not much use case for having it otherwise) I have added a flag for injecting the needed code to make this helm chart compatible with the ALB SSL redirection

kind regards,

jordiprats commented 3 years ago

I haven't bumped the chart version since I guess it's not up to me to decide on which version this is going to be merged but I can obviously amend this commit if you want me to