Skip to content

Commit

Permalink
Fix app-related labels (#385)
Browse files Browse the repository at this point in the history
  • Loading branch information
marians authored Mar 12, 2024
1 parent b0372f0 commit cbc4883
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions helm/node-operator/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ Common labels
{{ include "labels.selector" . }}
app.kubernetes.io/name: {{ include "name" . | quote }}
app.kubernetes.io/instance: {{ .Release.Name | quote }}
app.giantswarm.io/branch: {{ .Values.project.branch | quote }}
app.giantswarm.io/commit: {{ .Values.project.commit | quote }}
application.giantswarm.io/branch: {{ .Values.project.branch | quote }}
application.giantswarm.io/commit: {{ .Values.project.commit | quote }}
app.kubernetes.io/managed-by: {{ .Release.Service | quote }}
app.kubernetes.io/version: {{ .Chart.AppVersion | quote }}
{{- $regexToFind := printf "- provider:\\s%s\n\\s*team:\\s(.+)" .Values.provider.kind }}
Expand Down

0 comments on commit cbc4883

Please sign in to comment.