k8s-at-home / charts

⚠️ Deprecated : Helm charts for applications you run at home
https://docs.k8s-at-home.com
Apache License 2.0
1.45k stars 623 forks source link

[mealie] Fix quoting of mealie environment variables #1606

Closed Jonnobrow closed 2 years ago

Jonnobrow commented 2 years ago

Description of the change

Pipe environment variables to quote to ensure that values such as "False" are not interpreted as boolean.

Benefits

All environment variables are correctly interpreted as strings, avoiding the need for additional quotation.

Possible drawbacks

N/A

Applicable issues

Additional information

Checklist

Diaoul commented 2 years ago

Awesome! Thanks for the PR I was going to create one :laughing: