manatee-project / manatee

Apache License 2.0
15 stars 3 forks source link

[Refactoring] `config.yaml` needs to be provisioned only at deployment, not at build time. #4

Closed dayeol closed 14 hours ago

dayeol commented 1 month ago

Currently, we push the config file for the app into the image when we build the image. However, this is not a good practice because that require us to go through the build process whenever we change the config. Ideally, we should be able to deploy the same app with different config.

dayeol commented 14 hours ago

resolved by #33