mirror of
https://github.com/matrix-org/dendrite
synced 2025-04-30 07:14:01 +02:00
Add pull secrets to generate-key job
Signed-off-by: Rhea Danzey <rdanzey@element.io>
This commit is contained in:
parent
f2db7cbcb8
commit
2a0f1e0088
1 changed files with 4 additions and 0 deletions
|
@ -54,6 +54,10 @@ metadata:
|
|||
spec:
|
||||
template:
|
||||
spec:
|
||||
imagePullSecrets:
|
||||
{{- with .Values.imagePullSecrets }}
|
||||
{{ . | toYaml | nindent 6 }}
|
||||
{{- end }}
|
||||
restartPolicy: "Never"
|
||||
serviceAccount: {{ $name }}
|
||||
containers:
|
||||
|
|
Loading…
Add table
Reference in a new issue