From 215217bd8c65beaa7daff2dd3d86fee6227a4a22 Mon Sep 17 00:00:00 2001 From: Alexander Olofsson Date: Sat, 20 Mar 2021 21:05:57 +0100 Subject: [PATCH] matrix-synapse: Fix volumes type in values --- charts/matrix-synapse/values.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/matrix-synapse/values.yaml b/charts/matrix-synapse/values.yaml index 1327a95..54483a3 100644 --- a/charts/matrix-synapse/values.yaml +++ b/charts/matrix-synapse/values.yaml @@ -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. ##