Skip to content

Commit

Permalink
make sure we use the same selectorLabels as used in 0.5.0
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Ramlot <[email protected]>
  • Loading branch information
inteon committed Aug 14, 2024
1 parent b36d537 commit 80614e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/charts/openshift-routes/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ using `--set omitHelmLabels=true`.
*/}}
{{- include "openshift-routes.selectorLabels" . }}
app.kubernetes.io/version: {{ .Chart.AppVersion }}
app.kubernetes.io/component: controller
{{- if not .Values.omitHelmLabels }}
app.kubernetes.io/managed-by: {{ .Release.Service }}
helm.sh/chart: {{ include "openshift-routes.chart" . }}
Expand All @@ -65,7 +66,6 @@ Selector labels
*/}}
{{- define "openshift-routes.selectorLabels" -}}
app.kubernetes.io/name: {{ include "openshift-routes.name" . }}
app.kubernetes.io/component: controller
{{- if not .Values.omitHelmLabels }}
app.kubernetes.io/instance: {{ .Release.Name }}
{{- end}}
Expand Down

0 comments on commit 80614e7

Please sign in to comment.