garnaat / kappa

What precedes Lambda
http://kappa.readthedocs.org/en/develop/
Apache License 2.0
902 stars 88 forks source link

kappa deletes the manually created env vars #105

Closed wvidana closed 7 years ago

wvidana commented 7 years ago

When deploying now, the env vars that where defined manually gets erased cause of this line https://github.com/garnaat/kappa/commit/1c4c43d9cf29721dd360ec9040a5a7efee0ba1ad#diff-6f906d11fa2a6dd514c8a7e57b4f4b81R58

wvidana commented 7 years ago

Will try to get some time later to work on a fix

wvidana commented 7 years ago

With fix #107 the code will not set env vars if the part environment_files is not on the config file, BUT once using env vars on the config file, any manual changes will be overriden, the vars are not merged from AWS (this was done on purpose).