add missing helper shuffle.worker.imagePullSecrets

Signed-off-by: Pascal Sthamer <pascal+github@sthamer.xyz>
This commit is contained in:
Pascal Sthamer
2025-12-03 15:06:27 +01:00
parent 48168c8b34
commit 135a2dab36
@@ -21,6 +21,13 @@ Return the proper Shuffle worker image name
{{- include "common.images.image" ( dict "imageRoot" .Values.worker.image "global" .Values.global "chart" .Chart ) -}}
{{- end -}}
{{/*
Return the proper Docker Image Registry Secret Names for the worker pod
*/}}
{{- define "shuffle.worker.imagePullSecrets" -}}
{{- include "common.images.renderPullSecrets" (dict "images" (list .Values.worker.image) "context" $) -}}
{{- end -}}
{{/*
Create the name of the service account to use for Shuffle workers
*/}}