Skip to content

Commit

Permalink
fix: create postgis extension on the app database (#2042)
Browse files Browse the repository at this point in the history
  • Loading branch information
franTarkenton authored Jul 31, 2024
1 parent b307813 commit 63c67f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/app/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ bitnami-pg:
scripts: # remove the below script, if POSTGIS is not required.
postgis.sh: |
#!/bin/sh
PGPASSWORD=$POSTGRES_PASSWORD psql -U postgres -d postgres -c "CREATE EXTENSION postgis;"
PGPASSWORD=$POSTGRES_PASSWORD psql -U postgres -d quickstart -c "CREATE EXTENSION postgis;"
resources:
requests:
cpu: 50m
Expand Down

0 comments on commit 63c67f5

Please sign in to comment.