victorious-jelly-28729
12/14/2024, 8:29 AMvalue
is not empty, spec.containers[0].env[1].valueFrom: Invalid value: "": may not be specified when value
is not empty, spec.containers[0].env[2].valueFrom: Invalid value: "": may not be specified when value
is not empty]jolly-florist-66728
12/14/2024, 8:29 AMvalueFrom
fields specified for environment variables in the pod's container specification. This typically happens when both value
and valueFrom
are set for the same environment variable, which is not allowed.
Based on this GitHub issue, it might be helpful to review your task's environment variable settings to ensure that each variable is either using value
or valueFrom
, but not both. You may need to adjust your task configuration to resolve this conflict.
Would you like more detailed guidance on how to adjust your task configuration or further investigate this issue?
Sources:
- Flyte GitHub Issue #5273 👍 0 button 👎 0 button 💡 Hint: Mention @runllm in the thread for followups.victorious-jelly-28729
12/14/2024, 9:18 AMjolly-florist-66728
12/14/2024, 9:18 AM