We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a547c26 commit 2fc2ce4Copy full SHA for 2fc2ce4
helm-charts/digger-backend/templates/backend-deployment.yaml
@@ -58,8 +58,6 @@ spec:
58
name: {{ include "digger-backend.fullname" . }}-postgres-secret
59
key: postgres-password
60
{{- end }}
61
- - name: HTTP_BASIC_AUTH
62
- value: "1"
63
- name: DATABASE_URL
64
{{- if .Values.postgres.enabled }}
65
value: "postgres://postgres:$(POSTGRES_PASSWORD)@{{ include "digger-backend.fullname" . }}-postgres:5432/postgres?sslmode={{ .Values.postgres.sslmode }}"
0 commit comments