update nextcloud role to work with official helm chart v2.7.3
This commit is contained in:
parent
1b235ab2e0
commit
130ad3b0a7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user