adding debug mode
This commit is contained in:
@@ -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 }}
|
||||
|
||||
@@ -36,6 +36,8 @@ odoo:
|
||||
passwordSecret:
|
||||
name: odoo-db-secret
|
||||
key: password
|
||||
image:
|
||||
debug: false
|
||||
|
||||
tailscaleIngresses:
|
||||
odooHostname: odoo
|
||||
Reference in New Issue
Block a user