_helpers-memcached.tpl 271 B

1234567
  1. {{/*
  2. memcachedExporter imagePullSecrets
  3. */}}
  4. {{- define "tempo.memcachedExporterImagePullSecrets" -}}
  5. {{- $dict := dict "component" .Values.memcachedExporter.image "global" .Values.global.image "tempo" (dict) -}}
  6. {{- include "tempo.imagePullSecrets" $dict -}}
  7. {{- end }}