Skip to content

Commit ddb5ea5

Browse files
committed
Fixed database url
1 parent bec6823 commit ddb5ea5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

var/helm/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ ingress:
2929
hostname: mpafastapi.nostromo.k8s
3030

3131
config:
32-
db_url: "sqlite://data/db.sqlite3"
32+
db_url: "sqlite:////data/db.sqlite3"

0 commit comments

Comments
 (0)