Skip to content

Commit

Permalink
[FIX] Missing quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
az-adhoc committed Dec 19, 2024
1 parent e119605 commit 0f0f344
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/adhoc-odoo/v0.2.7/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ AdHoc labels
{{- define "adhoc-odoo.adhocLabels" -}}
adhoc.ar/tier : {{ .Values.adhoc.appType | lower }}
adhoc.ar/service-level : {{ default .Values.adhoc.serviceLevel "standard" | lower }}
adhoc.ar/odoo-version : {{ include "adhoc-odoo.odoo-version" . }}
adhoc.ar/odoo-version : {{ include "adhoc-odoo.odoo-version" . | quote }}
adhoc.ar/client-analytic-account : {{ .Values.adhoc.clientAnalyticAccount | quote }}
{{- end }}

Expand Down

0 comments on commit 0f0f344

Please sign in to comment.