File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 6969 value : {{ template "retool.postgresql.port" . }}
7070 - name : POSTGRES_DB
7171 value : {{ template "retool.postgresql.db" . }}
72+ - name : POSTGRES_USER
73+ value : {{ template "retool.postgresql.user" . }}
74+ - name : POSTGRES_SSL_ENABLED
75+ value : {{ template "retool.postgresql.ssl_enabled" . }}
7276 {{- if and (not .Values.externalSecrets.enabled) (not .Values.externalSecrets.externalSecretsOperator.enabled) }}
7377 - name : LICENSE_KEY
7478 valueFrom :
@@ -100,10 +104,6 @@ spec:
100104 name : {{ template "retool.fullname" . }}
101105 key : encryption-key
102106 {{- end }}
103- - name : POSTGRES_USER
104- value : {{ template "retool.postgresql.user" . }}
105- - name : POSTGRES_SSL_ENABLED
106- value : {{ template "retool.postgresql.ssl_enabled" . }}
107107 - name : POSTGRES_PASSWORD
108108 valueFrom :
109109 secretKeyRef :
You can’t perform that action at this time.
0 commit comments