Expected: environment variables specified at either the provider or function level are available to the deployed function at runtime.
Actual: only environment variables specified at the function level are available to the deployed function at runtime.
For example...
TEST_FUNCTION_VARIABLE will be available to the deployed function at runtime.
TEST_PROVIDER_VARIABLE will not be available to the deployed function at runtime.
WIP while I work to fix the issue, but noting it here in case it's already in-progress somewhere else.
Versions
serverless-kubeless
:0.4.2
kubeless
:1.0.0-alpha.3
Runtime
minikube
:0.27.0
Expected: environment variables specified at either the provider or function level are available to the deployed function at runtime.
Actual: only environment variables specified at the function level are available to the deployed function at runtime.
For example...
TEST_FUNCTION_VARIABLE
will be available to the deployed function at runtime.TEST_PROVIDER_VARIABLE
will not be available to the deployed function at runtime.