update nextcloud role to work with official helm chart v2.7.3

This commit is contained in:
ace 2021-08-15 15:19:17 +03:00
parent 1b235ab2e0
commit 130ad3b0a7
No known key found for this signature in database
GPG Key ID: 2E47CC17BA7F8CF0

View File

@ -93,7 +93,8 @@ nextcloud_default_values:
# Enable Redis
redis:
enabled: true
usePassword: false
usePassword: true
password: "{{ nextcloud_db_password | hash('md5') }}"
cluster:
enabled: false
## External database configuration