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
{{ message }}
This repository was archived by the owner on May 15, 2025. It is now read-only.
Is your feature request related to a problem? Please describe.
When target container doesn't have shell, Bridge-To-Kubernetes falls back to populate environment variables from container manifest. Only constants and config map values seem to be supported in this case, secretKeyRef and fieldRef variables are left empty.
Describe the solution you'd like
Environment variables based on secrets and pod fields are automatically populated for chiseled containers.
Describe alternatives you've considered
These variables can be supplied manually through KubernetesLocalProcessConfig, but automating this process can save a ton of time.