adding debug mode

This commit is contained in:
2024-12-29 00:36:34 +01:00
parent 98e4812a3e
commit 6b9f1792a6
2 changed files with 3 additions and 0 deletions

View File

@@ -15,6 +15,7 @@ spec:
helm:
releaseName: {{ .Values.argocd.prefix }}odoo
valuesObject:
image.debug: {{ .Values.odoo.image.debug }}
odooEmail: {{ .Values.odoo.odooEmail }}
replicaCount: {{ .Values.odoo.replicaCount }}
resourcesPreset: {{ .Values.odoo.resourcesPreset }}