Files
shuffle-cracked/functions/kubernetes/charts/shuffle/templates/_helpers.tpl
T
Pascal Sthamer 1aa375b280 cleanup main helpers
Signed-off-by: Pascal Sthamer <pascal+github@sthamer.xyz>
2025-12-01 16:44:38 +01:00

7 lines
280 B
Smarty

{{/*
Return the proper image name (for the init container volume-permissions image)
*/}}
{{- define "shuffle.volumePermissions.image" -}}
{{- include "common.images.image" ( dict "imageRoot" .Values.volumePermissions.image "global" .Values.global "chart" .Chart ) -}}
{{- end -}}