-
Bug
-
Resolution: Unresolved
-
Undefined
-
None
-
Pipelines 1.21
-
None
-
-
---
-
---
Proper indentation is required in the PipelineRun YAML to create the resource successfully; therefore, the example in documentation [1] should be corrected as follows:
apiVersion: tekton.dev/v1 kind: PipelineRun metadata: name: example-with-timeout-override spec: pipelineRef: name: my-pipeline timeouts: pipeline: "2h" taskRunSpecs: - pipelineTaskName: build-task timeout: "30m" - pipelineTaskName: test-task timeout: "1h"
