mirror of
https://github.com/clearml/clearml-helm-charts
synced 2025-04-17 01:31:13 +00:00
Added: annotations generator
This commit is contained in:
parent
dd7bb26661
commit
d0e5e4b6f0
@ -22,6 +22,14 @@ helm.sh/chart: {{ include "clearml.chart" . }}
|
||||
app.kubernetes.io/version: {{ .Chart.AppVersion | quote }}
|
||||
{{- end }}
|
||||
app.kubernetes.io/managed-by: {{ .Release.Service }}
|
||||
{{- toYaml $.Values.agentk8sglue.labels }}
|
||||
{{- end }}
|
||||
|
||||
{{/*
|
||||
Common annotations
|
||||
*/}}
|
||||
{{- define "clearml.annotations" -}}
|
||||
{{- toYaml $.Values.agentk8sglue.annotations }}
|
||||
{{- end }}
|
||||
|
||||
{{/*
|
||||
|
||||
Loading…
Reference in New Issue
Block a user