apiVersion: dataflow.argoproj.io/v1alpha1 kind: Pipeline metadata: annotations: dataflow.argoproj.io/description: This example showcases container options. dataflow.argoproj.io/owner: argoproj-labs dataflow.argoproj.io/wait-for: Completed name: 108-container spec: steps: - container: args: - sh - -c - exit 0 env: - name: FOO value: bar image: golang:1.17 resources: requests: cpu: 1 metadata: annotations: my-annotation: my-value name: main