Skip to content

Commit

Permalink
[FIX] remove labels from selector
Browse files Browse the repository at this point in the history
  • Loading branch information
az-adhoc committed Oct 21, 2024
1 parent ce4c673 commit a93e28c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/adhoc-odoo/v0.2.3/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ Common labels
*/}}
{{- define "adhoc-odoo.labels" -}}
helm.sh/chart: {{ include "adhoc-odoo.chart" . }}
adhoc.ar/tier : {{ .Values.nodeTag }}
adhoc.ar/service-level : {{ .Values.adhoc.serviceLevel }}
{{ include "adhoc-odoo.selectorLabels" . }}
{{- if .Chart.AppVersion }}
app.kubernetes.io/version: {{ .Chart.AppVersion | quote }}
Expand All @@ -48,8 +50,6 @@ Selector labels
{{- define "adhoc-odoo.selectorLabels" -}}
app.kubernetes.io/name: {{ include "adhoc-odoo.name" . }}
app.kubernetes.io/instance: {{ .Release.Name }}
adhoc.ar/tier : {{ .Values.nodeTag }}
adhoc.ar/service-level : {{ .Values.adhoc.serviceLevel }}
{{- end }}

{{/*
Expand Down

0 comments on commit a93e28c

Please sign in to comment.