Skip to content

Commit

Permalink
Fix name of the db that runs in kubernets env
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed Dec 7, 2024
1 parent 4eea8ce commit 4acc631
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion values.staging.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ osm-seed:
enabled: false
env:
POSTGRES_HOST: {{STAGING_TILER_DB_HOST}}
POSTGRES_DB: tiler_osm_staging
POSTGRES_DB: tiler-osm # Kuberntes existing db called, tiler-osm
POSTGRES_USER: postgres
POSTGRES_PASSWORD: {{STAGING_TILER_DB_PASSWORD}}
POSTGRES_PORT: 5432
Expand Down

0 comments on commit 4acc631

Please sign in to comment.