_helpers-metrics-generator.tpl 282 B

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