File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 56
56
@{{ include "digger-backend.fullname" . }}-postgres:5432
57
57
/postgres?sslmode=disable
58
58
{{- else }}
59
- value : >-
60
- {{- $pg := .Values.digger.postgres }}
61
- postgres://{{ $pg.user }}:$(POSTGRES_PASSWORD)
62
- @{{ $pg.host }}:{{ $pg.port }}/{{ $pg.database }}?sslmode=disable
59
+ {{- $pg := .Values.digger.postgres }}
60
+ value : " postgres://{{ $pg.user }}:$(POSTGRES_PASSWORD)@{{ $pg.host }}:{{ $pg.port }}/{{ $pg.database }}?sslmode=disable"
63
61
{{- end }}
64
62
- name : ALLOW_DIRTY
65
63
value : " {{ .Values.digger.postgres.allow_dirty }}"
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ digger:
103
103
# configure this section if you want to deploy a postgres db
104
104
# WARNING: use only for test purposes, no persistency has been configured
105
105
postgres :
106
- enabled : true
106
+ enabled : false
107
107
image : postgres
108
108
tag : " 14"
109
109
resources :
@@ -116,5 +116,4 @@ postgres:
116
116
secret :
117
117
useExistingSecret : true
118
118
existingSecretName : " new-pg-creds"
119
-
120
119
password : " password"
You can’t perform that action at this time.
0 commit comments