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
The issue you're describing seems to be related to a regression introduced by a recent pull request. The envFrom provided in the pod template is not being respected in the latest Flyte version. This was working in Flyte 1.11 but broke after the changes in PR #4969.
Would you like more details on how to potentially work around this issue or further steps to debug it?
Describe the bug
In flyte 1.11 setting a EnvFromSource via pod template works, but this broke with #4969
I have a pod template something like:
Expected behavior
The env variables loaded from
my-secret
are injected into the pod as specified in the pod template.Additional context to reproduce
No response
Screenshots
No response
Are you sure this issue hasn't been raised already?
Have you read the Code of Conduct?
The text was updated successfully, but these errors were encountered: