Sin descripción

_helpers.tpl 280B

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