Skip to content

Commit

Permalink
Merge pull request #159 from wave-k8s/fix-chart-labels
Browse files Browse the repository at this point in the history
do not use always-changing label in labelSelector
  • Loading branch information
toelke authored May 3, 2024
2 parents 4080453 + 354f3be commit 5b3b521
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion charts/wave/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,5 @@ We truncate at 63 chars because some Kubernetes name fields are limited to this
{{- define "wave-labels.chart" -}}
app: {{ template "wave-name" . }}
release: {{ .Release.Name | quote }}
chart: "{{ .Chart.Name }}-{{ .Chart.Version }}"
heritage: {{ .Release.Service | quote }}
{{- end -}}

0 comments on commit 5b3b521

Please sign in to comment.