Files
devops-infra-helm-charts-gcp/helm-templates/tempo-distributed/templates/enterprise-federation-frontend/_helpers-federation-frontend.tpl
T
2026-08-26 03:39:42 +05:30

8 lines
317 B
Smarty

{{/*
enterpriseFederationFrontend imagePullSecrets
*/}}
{{- define "tempo.enterpriseFederationFrontendImagePullSecrets" -}}
{{- $dict := dict "tempo" .Values.tempo.image "component" .Values.enterpriseFederationFrontend.image "global" .Values.global.image -}}
{{- include "tempo.imagePullSecrets" $dict -}}
{{- end }}