diff --git a/docs/fields.md b/docs/fields.md index 6ccaf8aa9055..34c2a6f41568 100644 --- a/docs/fields.md +++ b/docs/fields.md @@ -3640,8 +3640,6 @@ MetricLabel is a single label for a prometheus metric - [`http-hello-world.yaml`](https://github.com/argoproj/argo-workflows/blob/master/examples/http-hello-world.yaml) -- [`http-success-condition.yaml`](https://github.com/argoproj/argo-workflows/blob/master/examples/http-success-condition.yaml) - - [`k8s-owner-reference.yaml`](https://github.com/argoproj/argo-workflows/blob/master/examples/k8s-owner-reference.yaml) - [`k8s-patch.yaml`](https://github.com/argoproj/argo-workflows/blob/master/examples/k8s-patch.yaml) diff --git a/examples/http-success-condition.yaml b/examples/http-success-condition.yaml index 7de3e0675566..7bcb232b336c 100644 --- a/examples/http-success-condition.yaml +++ b/examples/http-success-condition.yaml @@ -2,8 +2,6 @@ apiVersion: argoproj.io/v1alpha1 kind: Workflow metadata: generateName: http-template-condition- - labels: - workflows.argoproj.io/test: "true" annotations: workflows.argoproj.io/description: | Exemplifies usage of successCondition in HTTP template (available since v3.3)