From 791ab286695e5cc4dc993bb9df59d2c8f40c4fef Mon Sep 17 00:00:00 2001 From: "Aleksey @soar Smyrnov" Date: Wed, 28 Sep 2022 18:42:24 -0400 Subject: [PATCH] Fix for PG_HOST variables defined here it will always have precedence over any variables in the secret below --- charts/tooljet/templates/deployment.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/charts/tooljet/templates/deployment.yaml b/charts/tooljet/templates/deployment.yaml index 2dbb612..28fc75b 100644 --- a/charts/tooljet/templates/deployment.yaml +++ b/charts/tooljet/templates/deployment.yaml @@ -36,8 +36,6 @@ spec: env: - name: TOOLJET_HOST value: "{{ .Values.apps.tooljet.service.host }}" - - name: PG_HOST - value: "{{ .Release.Name }}-postgresql" {{- if .Values.postgresql.existingSecret }} - name: POSTGRES_PASSWORD valueFrom: