Skip to content

Commit

Permalink
Fix endpoint for tm db
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed May 31, 2024
1 parent 0efed33 commit 14404dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osm-seed/templates/db/db-backup-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ spec:
{{ if eq $job.name "tm-db" }}
# DB credentials
- name: POSTGRES_HOST
value: {{ .Release.Name }}-tasking-manager-db
value: {{ $.Release.Name }}-tasking-manager-db
- name: POSTGRES_DB
value: {{ $.Values.tmDb.env.POSTGRES_DB }}
- name: POSTGRES_PASSWORD
Expand Down

0 comments on commit 14404dd

Please sign in to comment.