fix: correct DATABASE_URL format in configmap.yaml
This commit is contained in:
parent
ae0556468f
commit
73f2e9243a
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ metadata:
|
||||||
app.kubernetes.io/component: config
|
app.kubernetes.io/component: config
|
||||||
data:
|
data:
|
||||||
FLASK_ENV: "production"
|
FLASK_ENV: "production"
|
||||||
DATABASE_URL: "sqlite:///app/data/snauw_counter.db"
|
DATABASE_URL: "sqlite:////app/data/snauw_counter.db"
|
||||||
SECRET_KEY_FILE: "/etc/secrets/secret-key"
|
SECRET_KEY_FILE: "/etc/secrets/secret-key"
|
||||||
PROMETHEUS_MULTIPROC_DIR: "/tmp/prometheus"
|
PROMETHEUS_MULTIPROC_DIR: "/tmp/prometheus"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue