We should setup the ability to configure variables to import a pbf file.
In the helm configuration, we need to enable the populateApiDb container and pass it a URL_FILE_TO_IMPORT env var. This will cause the container to come up and import the pbf file from the provided URL.
You can then disable the container, and if you need to import something else, enable it again with a new URL.
I'll set up a couple of variables in the terraform variables that can be toggled an then add some documentation to the README.
We should setup the ability to configure variables to import a pbf file.
In the helm configuration, we need to enable the
populateApiDb
container and pass it a URL_FILE_TO_IMPORT env var. This will cause the container to come up and import the pbf file from the provided URL.You can then disable the container, and if you need to import something else, enable it again with a new URL.
I'll set up a couple of variables in the terraform variables that can be toggled an then add some documentation to the README.
cc @dakotabenjamin @Rub21 @geohacker