From 135a2dab36b49b1fa0ba60bb9ea241a758c3958a Mon Sep 17 00:00:00 2001 From: Pascal Sthamer Date: Wed, 3 Dec 2025 15:06:27 +0100 Subject: [PATCH] add missing helper shuffle.worker.imagePullSecrets Signed-off-by: Pascal Sthamer --- .../charts/shuffle/templates/shuffle-worker/_helpers.tpl | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/functions/kubernetes/charts/shuffle/templates/shuffle-worker/_helpers.tpl b/functions/kubernetes/charts/shuffle/templates/shuffle-worker/_helpers.tpl index 3d852d55..4bc851a2 100644 --- a/functions/kubernetes/charts/shuffle/templates/shuffle-worker/_helpers.tpl +++ b/functions/kubernetes/charts/shuffle/templates/shuffle-worker/_helpers.tpl @@ -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 */}}