Hello Flyte community, I deploy Flyte binary on Ku...
# flyte-support
b
Hello Flyte community, I deploy Flyte binary on Kubernetes environment and currently, I have a task that needs to access some credentials, so I create a PodTemplate with volumeMount to mount secret files to a certain path. But it seems the task execution pod only gets the volumes section without volumeMounts. I know it can be solved in the task code but I want to take control over the Secret that are used in each task in Kubernetes. Has anyone encountered a similar situation or found a solution for this case? Thank you!
Just found the answer, we can simply define all of those things in PodTemplate and use it. Found a way to custom PodTemplate for task execution pod too