1aa375b280
Signed-off-by: Pascal Sthamer <pascal+github@sthamer.xyz>
7 lines
280 B
Smarty
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 -}}
|