mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-06 14:33:10 -06: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
|
|
@ -54,6 +54,10 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
template:
|
template:
|
||||||
spec:
|
spec:
|
||||||
|
imagePullSecrets:
|
||||||
|
{{- with .Values.imagePullSecrets }}
|
||||||
|
{{ . | toYaml | nindent 6 }}
|
||||||
|
{{- end }}
|
||||||
restartPolicy: "Never"
|
restartPolicy: "Never"
|
||||||
serviceAccount: {{ $name }}
|
serviceAccount: {{ $name }}
|
||||||
containers:
|
containers:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue