0
0
Fork 0
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:
Rhea Danzey 2024-09-19 11:53:04 -05:00
parent f2db7cbcb8
commit 2a0f1e0088
No known key found for this signature in database
GPG key ID: BC69166FB2668680

View file

@ -54,6 +54,10 @@ metadata:
spec:
template:
spec:
imagePullSecrets:
{{- with .Values.imagePullSecrets }}
{{ . | toYaml | nindent 6 }}
{{- end }}
restartPolicy: "Never"
serviceAccount: {{ $name }}
containers: