Fixed missing pull secrets for workers
This commit is contained in:
parent
cd9900b37b
commit
af847c473e
1 changed files with 1 additions and 4 deletions
|
@ -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") }}
|
||||
|
|
Loading…
Reference in a new issue