Files
service-catalog/charts/flowise/templates/tests/_helpers.tpl
T
2025-08-12 12:29:35 +09:00

23 lines
510 B
Smarty

{{/* vim: set filetype=mustache: */}}
{{/*
Create a default fully qualified app name.
*/}}
{{- define "flowise.tests.fullname" -}}
{{- printf "%s-%s" (include "flowise.fullname" .) "tests" | trunc 63 | trimSuffix "-" -}}
{{- end -}}
{{/*
Component labels
*/}}
{{- define "flowise.tests.componentLabels" -}}
app.kubernetes.io/component: tests
{{- end -}}
{{/*
Labels
*/}}
{{- define "flowise.tests.labels" -}}
{{ include "flowise.commonLabels" . }}
{{ include "flowise.tests.componentLabels" . }}
{{- end -}}