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 }}
|
{{ . | toYaml | nindent 8 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
spec:
|
spec:
|
||||||
{{- with $.Values.imagePullSecrets }}
|
{{- include "matrix-synapse.imagePullSecrets" $ | nindent 6 }}
|
||||||
imagePullSecrets:
|
|
||||||
{{- toYaml . | nindent 8 }}
|
|
||||||
{{- end }}
|
|
||||||
securityContext:
|
securityContext:
|
||||||
{{- $config.podSecurityContext | default $default.podSecurityContext | toYaml | nindent 8 }}
|
{{- $config.podSecurityContext | default $default.podSecurityContext | toYaml | nindent 8 }}
|
||||||
{{- if and $needsVolumePermissions (eq $name "media-repository") }}
|
{{- if and $needsVolumePermissions (eq $name "media-repository") }}
|
||||||
|
|
Loading…
Reference in a new issue