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
While working on openfaas/faas-cli#913 I was adding the list of secrets to the describe output and I noticed several fields were missing, including the env variables. These are on the FunctionStatus type returned by the info endpoint, but when I patched the CLI in openfaas/faas-cli#915, the env variables were always empty.
Expected Behaviour
The
faas-cli describe
should show the env variables on the function.Current Behaviour
The env variables are always empty.
Are you a GitHub Sponsor (Yes/No?)
Check at: https://github.com/sponsors/openfaas
List All Possible Solutions and Workarounds
k8s.AsFunctionStatus
so that it populates the env variablesWhich Solution Do You Recommend?
Update the
k8s.AsFunctionStatus
so that it populates the env variablesSteps to Reproduce (for bugs)
Context
While working on openfaas/faas-cli#913 I was adding the list of secrets to the
describe
output and I noticed several fields were missing, including the env variables. These are on theFunctionStatus
type returned by theinfo
endpoint, but when I patched the CLI in openfaas/faas-cli#915, the env variables were always empty.Your Environment
FaaS-CLI version ( Full output from:
faas-cli version
): Found while testing feat: Add missing fields to the describe output faas-cli#915Docker version
docker version
(e.g. Docker 17.0.05 ):What version and distriubtion of Kubernetes are you using?
kubectl version
The text was updated successfully, but these errors were encountered: