when deploy by docker-compose, after set oncall env default value, the env value is wrong #3620
Labels
bug
Something isn't working
more info needed
part:alert flow & configuration
part:helm/kubernetes/docker
What went wrong?
What happened:
eg: set oncall env DATABASE_TYPE
DATABASE_TYPE=${ONCALL_DATABASE_TYPE:-sqlite3}
andONCALL_DATABASE_TYPE=SQLITE3
expect
DATABASE_TYPE= SQLITE3
orDATABASE_TYPE=sqlite3
but get an error
"DATABASE_TYPE=SQLITE3:-sqlite3}",
What did you expect to happen:
How do we reproduce it?
docker inspect oncall_db_migration
Grafana OnCall Version
OnCall (1.3.81, OpenSource)
Product Area
Alert Flow & Configuration, Helm, Other
Grafana OnCall Platform?
Docker
User's Browser?
No response
Anything else to add?
Server:
Linux node123 5.4.0-165-generic #182-Ubuntu SMP Mon Oct 2 19:43:28 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
The text was updated successfully, but these errors were encountered: