17 lines
389 B
Smarty
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 }}
|