Skip to content

Commit

Permalink
fix: adds search_path to atlas migrate command
Browse files Browse the repository at this point in the history
Signed-off-by: Amit Singh <singhamitch@outlook.com>
  • Loading branch information
semmet95 committed Nov 29, 2024
1 parent 1e939ca commit 91bb53c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/guac/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,7 @@ atlas:
enabled: false
image:
# overriding default entrypoint to re-use the db-address directly
command: ['sh', '-c', 'atlas migrate apply --dir file:///app/migrations --url $DB_ADDRESS']
command: ['sh', '-c', 'atlas migrate apply --dir file:///app/migrations --url $DB_ADDRESS?search_path=public']
repository: ghcr.io/guacsec/guac/atlas-migration
# if not set appVersion field from Chart.yaml is used
# tag:
Expand Down

0 comments on commit 91bb53c

Please sign in to comment.