_helpers-querier.tpl 254 B

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