Skip to content

Commit

Permalink
Update postgres URI for tm - api
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed May 31, 2024
1 parent d6dd677 commit 987beee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osm-seed/templates/tasking-manager-api/tm-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ spec:
- name: POSTGRES_PORT
value: "5432"
- name: TM_DB
value: {{ printf "postgresql://%s:%s@%s-tm-db/%s" .Values.tmDb.env.POSTGRES_USER .Values.tmDb.env.POSTGRES_PASSWORD .Release.Name .Values.tmDb.env.POSTGRES_DB }}
value: {{ printf "postgresql://%s:%s@%s-tasking-manager-db/%s" .Values.tmDb.env.POSTGRES_USER .Values.tmDb.env.POSTGRES_PASSWORD .Release.Name .Values.tmDb.env.POSTGRES_DB }}
- name: TM_ORG_NAME
value: {{ .Values.tmApi.env.TM_ORG_NAME }}
- name: TM_ORG_CODE
Expand Down

0 comments on commit 987beee

Please sign in to comment.