Files
admin-platform-v3/templates/_helpers.tpl
2026-04-26 18:01:44 +03:00

7 lines
228 B
Smarty

{{- define "tower.labels" -}}
app.kubernetes.io/name: tower
app.kubernetes.io/managed-by: {{ .Release.Service }}
app.kubernetes.io/version: {{ .Values.backend.image.tag | quote }}
odoosky.io/component: control-plane
{{- end -}}