matrix-synapse: Fix volumes type in values

This commit is contained in:
Alexander Olofsson 2021-03-20 21:05:57 +01:00
parent bfe668dd6c
commit 215217bd8c
No known key found for this signature in database
GPG key ID: D439C9470CB04C73

View file

@ -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.
## ##