Skip to content

Commit

Permalink
Adds explicit flyway path in environment
Browse files Browse the repository at this point in the history
  • Loading branch information
erlendev committed Jan 22, 2025
1 parent a207b40 commit 21ed333
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions helm/nanna/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ data:
spring.cloud.gcp.sql.instance-connection-name={{ .Values.gcp.databaseInstance }}
spring.database.driverClassName=org.postgresql.Driver
spring.flyway.table=schema_version
flyway.locations=classpath:db/migration/common
# Spring Web
server.port={{ .Values.service.http.internalPort }}
Expand Down

0 comments on commit 21ed333

Please sign in to comment.