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
|
## Additional volumes to mount into Synapse
|
||||||
##
|
##
|
||||||
extraVolumes: {}
|
extraVolumes: []
|
||||||
# - name: spamcheck
|
# - name: spamcheck
|
||||||
# flexVolume:
|
# flexVolume:
|
||||||
# driver: ananace/git-live
|
# driver: ananace/git-live
|
||||||
|
@ -174,7 +174,7 @@ synapse:
|
||||||
# repo: https://github.com/company/synapse-module
|
# repo: https://github.com/company/synapse-module
|
||||||
# interval: 1d
|
# interval: 1d
|
||||||
# readOnly: true
|
# readOnly: true
|
||||||
extraVolumeMounts: {}
|
extraVolumeMounts: []
|
||||||
# - name: spamcheck
|
# - name: spamcheck
|
||||||
# mountPath: /usr/local/lib/python3.7/site-packages/company
|
# mountPath: /usr/local/lib/python3.7/site-packages/company
|
||||||
|
|
||||||
|
@ -271,8 +271,8 @@ workers:
|
||||||
## Additional volumes to add to the worker.
|
## Additional volumes to add to the worker.
|
||||||
## Useful for the media repo, or for adding Python modules.
|
## Useful for the media repo, or for adding Python modules.
|
||||||
##
|
##
|
||||||
volumes: {}
|
volumes: []
|
||||||
volumeMounts: {}
|
volumeMounts: []
|
||||||
|
|
||||||
## Security context information to set to the worker.
|
## Security context information to set to the worker.
|
||||||
##
|
##
|
||||||
|
|
Loading…
Reference in a new issue