Skip to content

Commit

Permalink
Update deployment-web.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
RaulPastorClemente authored Jun 6, 2024
1 parent a0c477e commit d93611b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions templates/deployment-web.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ spec:
{{- else }}
value: postgres://{{ .Values.postgresql.credentials.postgresUser }}:{{ .Values.postgresql.credentials.postgresPassword }}@db:5432/{{ .Values.postgresql.postgresDatabase }}
{{- end }}
- name: ALLOWED_HOSTS
value: localhost
{{- if .Values.settings.email.enabled }}
- name: EMAIL_HOST
value: {{ .Values.settings.email.emailHost }}
Expand Down

0 comments on commit d93611b

Please sign in to comment.