default not respected in configMapKeyRef
when used to set global parameters
#9745
Closed
2 of 3 tasks
Labels
Pre-requisites
:latest
What happened/what you expected to happen?
Allowing a default value for a
ConfigMapKeyRef
was added in #8271 (ref #8262)It does not appear that this works for global workflow parameters
argo-workflows/workflow/controller/operator.go
Lines 578 to 584 in 2f5e753
Version
latest
Paste a small workflow that reproduces the issue. We must be able to run the workflow; don't enter a workflows that uses private images.
Logs from the workflow controller
kubectl logs -n argo deploy/workflow-controller | grep ${workflow}
N/A
Logs from in your workflow's wait container
kubectl logs -n argo -c wait -l workflows.argoproj.io/workflow=${workflow},workflow.argoproj.io/phase!=Succeeded
N/A
The text was updated successfully, but these errors were encountered: