matrix-synapse: Fix volumes type in values
This commit is contained in:
parent
bfe668dd6c
commit
215217bd8c
1 changed files with 4 additions and 4 deletions
|
@ -166,7 +166,7 @@ synapse:
|
|||
|
||||
## Additional volumes to mount into Synapse
|
||||
##
|
||||
extraVolumes: {}
|
||||
extraVolumes: []
|
||||
# - name: spamcheck
|
||||
# flexVolume:
|
||||
# driver: ananace/git-live
|
||||
|
@ -174,7 +174,7 @@ synapse:
|
|||
# repo: https://github.com/company/synapse-module
|
||||
# interval: 1d
|
||||
# readOnly: true
|
||||
extraVolumeMounts: {}
|
||||
extraVolumeMounts: []
|
||||
# - name: spamcheck
|
||||
# mountPath: /usr/local/lib/python3.7/site-packages/company
|
||||
|
||||
|
@ -271,8 +271,8 @@ workers:
|
|||
## Additional volumes to add to the worker.
|
||||
## Useful for the media repo, or for adding Python modules.
|
||||
##
|
||||
volumes: {}
|
||||
volumeMounts: {}
|
||||
volumes: []
|
||||
volumeMounts: []
|
||||
|
||||
## Security context information to set to the worker.
|
||||
##
|
||||
|
|
Loading…
Reference in a new issue