retryStrategy limit does not have a nil check #8990
Labels
area/controller
Controller issues, panics
area/retryStrategy
Template-level retryStrategy
P3
Low priority
type/bug
retryStrategy.Limit
is a pointer value which maybe be nil. This will because a panic when it is not checked before attempting to useIntVal
.argo-workflows/workflow/controller/operator.go
Lines 907 to 912 in 19eae92
The text was updated successfully, but these errors were encountered: