Skip to content

Commit

Permalink
create the db
Browse files Browse the repository at this point in the history
  • Loading branch information
wistefan committed Oct 25, 2023
1 parent d005f01 commit 1be3ee5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/dome/consumer/postgres/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ postgresql:
initdb:
scripts:
create.sh: |
psql postgresql://postgres:${POSTGRES_PASSWORD}@localhost:5432 -c "CREATE DATABASE keycloak_provider;"
psql postgresql://postgres:${POSTGRES_PASSWORD}@localhost:5432 -c "CREATE DATABASE keycloak_consumer;"

0 comments on commit 1be3ee5

Please sign in to comment.