Skip to content

Commit 39b16e0

Browse files
committed
[FIX] cnpg host
1 parent e3f8785 commit 39b16e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/adhoc-odoo/v0.2.9/templates/odoo_envs.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ data:
99
{{- if .Values.cloudNativePG.enabled }}
1010
PGUSER: "postgres"
1111
PGPASSWORD: {{ .Values.odoo.pg.pass | quote }}
12-
PGHOST: {{ include "adhoc-odoo.fullname" . }}-pg-rw
12+
PGHOST: {{ .Release.Name }}-pg-rw
1313
PGPORT: {{ 5432 | quote }}
1414
PGDATABASE: {{ "odoo" | quote }}
1515
# TODO: Check this values

0 commit comments

Comments
 (0)