update nextcloud role to work with official helm chart v2.7.3
This commit is contained in:
@@ -93,7 +93,8 @@ nextcloud_default_values:
|
|||||||
# Enable Redis
|
# Enable Redis
|
||||||
redis:
|
redis:
|
||||||
enabled: true
|
enabled: true
|
||||||
usePassword: false
|
usePassword: true
|
||||||
|
password: "{{ nextcloud_db_password | hash('md5') }}"
|
||||||
cluster:
|
cluster:
|
||||||
enabled: false
|
enabled: false
|
||||||
## External database configuration
|
## External database configuration
|
||||||
|
Reference in New Issue
Block a user