Skip to content

Commit

Permalink
Add team label to common labels
Browse files Browse the repository at this point in the history
  • Loading branch information
uvegla committed Nov 7, 2024
1 parent 8bdf141 commit 8ff74d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions helm/chart-operator/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -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 -}}

Expand Down

0 comments on commit 8ff74d4

Please sign in to comment.