nextcloud / helm

A community maintained helm chart for deploying Nextcloud on Kubernetes.
GNU Affero General Public License v3.0
296 stars 258 forks source link

Don't set redis pw when redis auth is disabled #453

Closed mjdazz closed 8 months ago

mjdazz commented 8 months ago

Pull Request

Description of the change

This allows for the usage of the default redis.config.php when disabling Redis authentication. When redis.auth is disabled, the line with 'password' is not included.

Benefits

No need to use a custom redis.config.php.

Possible drawbacks

-

Applicable issues

-

Additional information

Checklist