diff --git a/helm/chart-operator/templates/_helpers.tpl b/helm/chart-operator/templates/_helpers.tpl index 0bf909bea..3d353ecda 100644 --- a/helm/chart-operator/templates/_helpers.tpl +++ b/helm/chart-operator/templates/_helpers.tpl @@ -23,6 +23,7 @@ application.giantswarm.io/branch: {{ .Chart.AppVersion | replace "#" "-" | repla application.giantswarm.io/commit: {{ .Chart.AppVersion | quote }} app.kubernetes.io/managed-by: {{ .Release.Service | quote }} app.kubernetes.io/version: {{ .Chart.AppVersion | quote }} +application.giantswarm.io/team: {{ index .Chart.Annotations "application.giantswarm.io/team" | quote }} helm.sh/chart: {{ include "chart-operator.chart" . | quote }} {{- end -}}