Skip to content

Commit

Permalink
[FIX] add questions
Browse files Browse the repository at this point in the history
  • Loading branch information
az-adhoc committed Oct 18, 2024
1 parent 8dfdb2f commit fbceb2b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions charts/adhoc-odoo/v0.2.3/questions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,9 @@ questions:
required: false
default: "[email protected]"
- variable: odoo.basic.withoutDemo
group: "Basic"
label: "NOT install demo data"
description: "NOT install demo data"
type: "boolean"
required: false
default: true
Expand Down Expand Up @@ -420,3 +422,12 @@ questions:
type: "string"
required: false
default: ""

# Adhoc
- variable: adhoc.serviceLevel
group: "Adhoc"
label: "Service Level"
description: "Options: standard, advance, premium"
type: "string"
required: false
default: "standard"
2 changes: 1 addition & 1 deletion charts/adhoc-odoo/v0.2.3/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ Common labels
*/}}
{{- define "adhoc-odoo.labels" -}}
helm.sh/chart: {{ include "adhoc-odoo.chart" . }}
{{ include "adhoc-odoo.selectorLabels" . }}
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 }}
{{- end }}
Expand Down

0 comments on commit fbceb2b

Please sign in to comment.