argoproj / argo-workflows

Workflow Engine for Kubernetes
https://argo-workflows.readthedocs.io/
Apache License 2.0
15.11k stars 3.21k forks source link

docs: fix refs to `stopStrategy.expression` #13896

Closed carlosrodfern closed 1 week ago

carlosrodfern commented 1 week ago

The documentation in several places refers to stopStrategy.condition but the property is actually expression.

Motivation

A documentation correction.

Modifications

I updated all references to stopStrategy.condition in docs (md and code) to be stopStrategy.expression, which is the correct prop.

Verification