Fixed missing pull secrets for workers

This commit is contained in:
Nicolas Bonneval 2020-12-10 10:58:37 +01:00 committed by Nicolas Bonneval
parent cd9900b37b
commit af847c473e

View file

@ -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") }}