apiVersion: dataflow.argoproj.io/v1alpha1 kind: Pipeline metadata: annotations: dataflow.argoproj.io/description: |- This example demonstrates having a terminator step, and then terminating other steps using different terminations strategies. dataflow.argoproj.io/owner: argoproj-labs dataflow.argoproj.io/wait-for: Completed name: 107-terminator spec: steps: - container: args: - sh - -c - cat image: golang:1.17 name: main - container: args: - sh - -c - exit 0 image: golang:1.17 name: terminator terminator: true