<#358 Fix duplicate env vars in container> Pull re...
# flyte-github
a
#358 Fix duplicate env vars in container Pull request opened by hamersaw TL;DR Currently, when building a k8s Pod we make duplicate calls to
AddFlyteCustomizationsToContainer
(here and here. This PR updates the BuildRawPod function to call a refactored BuildRawContainer to ensure the
AddFlyteCustomizationsToContainer
is only called once so that env vars are only injected a single time. Type ☑︎ Bug Fix ☐ Feature ☐ Plugin Are all requirements met? ☑︎ Code completed ☑︎ Smoke tested ☐ Unit tests added ☑︎ Code documentation added ☐ Any pending items have an associated Issue Complete description ^^^ Tracking Issue fixes flyteorg/flyte#3740 Follow-up issue NA flyteorg/flyteplugins All checks have passed 5/5 successful checks