Argo Workflow error when using envFrom field #5902
-
Cross-post from StackOverflow: https://stackoverflow.com/questions/67518394/argo-workflow-error-when-using-envfrom-field In the event that there is an underlying bug, or someone else encounters a similar problem, I felt it was best to post here too. Argo version: 2.12.11 Workflow:
Template:
When deployed through the Argo UI I receive the following error from Kubernetes when starting the pod:
Using |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
name
is a sub-item inconfigMapRef
so you would need two additional spaces beforename
, e.g. try the following: