Files
2026-08-26 03:39:42 +05:30

8 lines
271 B
Smarty

{{/*
memcachedExporter imagePullSecrets
*/}}
{{- define "tempo.memcachedExporterImagePullSecrets" -}}
{{- $dict := dict "component" .Values.memcachedExporter.image "global" .Values.global.image "tempo" (dict) -}}
{{- include "tempo.imagePullSecrets" $dict -}}
{{- end }}