owncloud / ocis-charts

:chart_with_upwards_trend: Helm Charts for ownCloud's OCIS
https://owncloud.dev/ocis/deployment/kubernetes/
Apache License 2.0
46 stars 24 forks source link

.Values.features.emailNotifications.smtp.authentication "auto" #585

Closed ClaudiuLSH closed 1 month ago

ClaudiuLSH commented 1 month ago

Isn't this supposed to be set none instead of auto?

If set to none it should not create those env variables but right now if set to none in values it throws an error. Or am I missing something?

wkloucek commented 1 month ago

On the first look, that actually looks like a bug. Probably auto should be replaced by none here? :thinking:

I need to look into it in detail.