BorisPolonsky / dify-helm

Deploy langgenious/dify, an LLM based app on kubernetes with helm chart
MIT License
177 stars 46 forks source link

[BUG] environment name of api key in sandbox is wrong #76

Closed kaktos closed 3 months ago

kaktos commented 3 months ago

The environment name of api key in credentials.tpl line 120 shouldn't be 'CODE_EXECUTION_API_KEY', it's API_KEY.

BorisPolonsky commented 3 months ago

Noted.

BorisPolonsky commented 3 months ago

There's a lot to be overhauled so it won't be merged into master asap. But please do review https://github.com/BorisPolonsky/dify-helm/commit/6985f7c0f46a2af8f8e9c3d249cd30a6f712db51 in dev branch if possible. @kaktos

kaktos commented 3 months ago

ok