Skip to content

Commit

Permalink
Fix PG host value
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed Oct 31, 2024
1 parent b33edee commit 6b092aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osm-seed/templates/tasking-manager-api/tm-configMap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ kind: ConfigMap
metadata:
name: {{ .Release.Name }}-tm-common-env
data:
POSTGRES_HOST: {{ quote .Release.Name }}-tasking-manager-db
POSTGRES_HOST: {{ .Release.Name }}-tasking-manager-db
POSTGRES_DB: {{ quote .Values.tmDb.env.POSTGRES_DB | default "" }}
POSTGRES_PASSWORD: {{ quote .Values.tmDb.env.POSTGRES_PASSWORD | default "" }}
POSTGRES_USER: {{ quote .Values.tmDb.env.POSTGRES_USER | default "" }}
Expand Down

0 comments on commit 6b092aa

Please sign in to comment.