Skip to content

Commit

Permalink
Fix typo / copy pasta in example Pipeline
Browse files Browse the repository at this point in the history
We renamed `inputSourceBindings` (and `outputSourceBindings`) to
`resources` in tektoncd#148 where we also moved the specification of these
bindings into the `PipelineRun` - now the `resources` section in the
`Pipeline` itself exists just to specify dependencies between resources.

But we missed one in the example!

Also created tektoncd#297 to follow up on catching this in validation.
  • Loading branch information
bobcatfish committed Dec 3, 2018
1 parent c9341e7 commit 8c30a93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ spec:
- name: deploy-web
taskRef:
name: demo-deploy-kubectl
inputSourceBindings:
resources:
- name: image
providedBy:
- build-skaffold-web
Expand Down

0 comments on commit 8c30a93

Please sign in to comment.