From af847c473e6e5a68933fbfd90640c7517914acda Mon Sep 17 00:00:00 2001 From: Nicolas Bonneval Date: Thu, 10 Dec 2020 10:58:37 +0100 Subject: [PATCH] Fixed missing pull secrets for workers --- charts/matrix-synapse/templates/worker-deployment.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/charts/matrix-synapse/templates/worker-deployment.yaml b/charts/matrix-synapse/templates/worker-deployment.yaml index 766cf56..8dee253 100644 --- a/charts/matrix-synapse/templates/worker-deployment.yaml +++ b/charts/matrix-synapse/templates/worker-deployment.yaml @@ -33,10 +33,7 @@ spec: {{ . | toYaml | nindent 8 }} {{- end }} spec: - {{- with $.Values.imagePullSecrets }} - imagePullSecrets: - {{- toYaml . | nindent 8 }} - {{- end }} + {{- include "matrix-synapse.imagePullSecrets" $ | nindent 6 }} securityContext: {{- $config.podSecurityContext | default $default.podSecurityContext | toYaml | nindent 8 }} {{- if and $needsVolumePermissions (eq $name "media-repository") }}