mvisonneau / helm-charts

Personal Helm charts repository
Apache License 2.0
67 stars 58 forks source link

Don't encode string in base64 when using stringData #59

Closed uncycler closed 1 year ago

uncycler commented 1 year ago

.Values.config.redis.url is encoded in base64 twice.

This fix the issue

TheKas commented 1 year ago

I had the same error in my setup. Can you review and merge the PR

mvisonneau commented 1 year ago

thanks for the fix @uncycler! 🙇