You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we use envdir to load environment variables from a specific directory.
Unfortunately, there is a hard limit regarding the size of value for each environment variable.
We can't load big payload like certificates.
Improvement
Use genvdir golang implementation to work arround this issue.
The text was updated successfully, but these errors were encountered:
Context
Currently, we use envdir to load environment variables from a specific directory.
Unfortunately, there is a hard limit regarding the size of value for each environment variable.
We can't load big payload like certificates.
Improvement
Use
genvdir
golang implementation to work arround this issue.The text was updated successfully, but these errors were encountered: