_helpers-federation-frontend.tpl 317 B

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