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

17 lines
389 B
Smarty

{{/*
Docker image name for loki helm test
*/}}
{{- define "loki.helmTestImage" -}}
{{- $dict := dict "service" .Values.test.image "global" .Values.global.image "defaultVersion" "latest" -}}
{{- include "loki.baseImage" $dict -}}
{{- end -}}
{{/*
test common labels
*/}}
{{- define "loki.helmTestLabels" -}}
{{ include "loki.labels" . }}
app.kubernetes.io/component: helm-test
{{- end }}