8 lines
271 B
Smarty
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 }}
|