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
Environment Variables set on a Kubernetes work-pool that are passed in as a list are not joined with env variables that are set as job variables on a deployment instead only the environment variables set on the deployment are referenced, they are merged when passing in a dictionary of Variables, This primarily comes up when trying to reference Secret Values as env variables in Kubernetes as this requires passing in the variables as a list for it to be supported.
Bug summary
Environment Variables set on a Kubernetes work-pool that are passed in as a list are not joined with env variables that are set as job variables on a deployment instead only the environment variables set on the deployment are referenced, they are merged when passing in a dictionary of Variables, This primarily comes up when trying to reference Secret Values as env variables in Kubernetes as this requires passing in the variables as a list for it to be supported.
Workpool Environment variables:
Deployment Environment Variables:
Environment Variables from the pod:
Version info
Additional context
No response
The text was updated successfully, but these errors were encountered: