We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3f8785 commit 39b16e0Copy full SHA for 39b16e0
charts/adhoc-odoo/v0.2.9/templates/odoo_envs.yaml
@@ -9,7 +9,7 @@ data:
9
{{- if .Values.cloudNativePG.enabled }}
10
PGUSER: "postgres"
11
PGPASSWORD: {{ .Values.odoo.pg.pass | quote }}
12
- PGHOST: {{ include "adhoc-odoo.fullname" . }}-pg-rw
+ PGHOST: {{ .Release.Name }}-pg-rw
13
PGPORT: {{ 5432 | quote }}
14
PGDATABASE: {{ "odoo" | quote }}
15
# TODO: Check this values
0 commit comments