diff --git a/examples/pipelineruns/clustertask-pipelinerun.yaml b/examples/pipelineruns/clustertask-pipelinerun.yaml index a5369ee4452..4ffe2742774 100644 --- a/examples/pipelineruns/clustertask-pipelinerun.yaml +++ b/examples/pipelineruns/clustertask-pipelinerun.yaml @@ -27,6 +27,4 @@ metadata: spec: pipelineRef: name: sample-pipeline-cluster-task-4 - trigger: - type: manual serviceAccount: 'default' diff --git a/examples/pipelineruns/pipelinerun.yaml b/examples/pipelineruns/pipelinerun.yaml index 7b2c503408f..545f3338809 100644 --- a/examples/pipelineruns/pipelinerun.yaml +++ b/examples/pipelineruns/pipelinerun.yaml @@ -123,9 +123,9 @@ spec: description: Okay this is a hack, but I didn't feel right hard-codeing `-d1` down below - name: yamlPathToImage description: The path to the image to replace in the yaml manifest (arg to yq) - clusters: - - name: targetCluster - description: Not yet used, kubectl command below should use this cluster + #clusters: + #- name: targetCluster + # description: Not yet used, kubectl command below should use this cluster steps: - name: replace-image image: mikefarah/yq diff --git a/examples/taskruns/gcs-resource-spec-taskrun.yaml b/examples/taskruns/gcs-resource-spec-taskrun.yaml index 193e5f5aa15..b811a0d9dbc 100644 --- a/examples/taskruns/gcs-resource-spec-taskrun.yaml +++ b/examples/taskruns/gcs-resource-spec-taskrun.yaml @@ -4,10 +4,10 @@ metadata: name: list-file spec: taskSpec: - inputs: - resources: - - name: workspace - type: storage + inputs: + resources: + - name: rules + type: storage steps: - name: list image: ubuntu diff --git a/examples/taskruns/git-resource-spec-taskrun.yaml b/examples/taskruns/git-resource-spec-taskrun.yaml index e01c9ee488b..de7237f89f3 100644 --- a/examples/taskruns/git-resource-spec-taskrun.yaml +++ b/examples/taskruns/git-resource-spec-taskrun.yaml @@ -5,11 +5,11 @@ metadata: name: read-file spec: taskSpec: - inputs: - resources: - - name: workspace - type: git - targetPath: skaffold + inputs: + resources: + - name: workspace + type: git + targetPath: skaffold steps: - name: read image: ubuntu diff --git a/examples/taskruns/task-multiple-output-image.yaml b/examples/taskruns/task-multiple-output-image.yaml index 1ad14449bf3..2497d09ac3a 100644 --- a/examples/taskruns/task-multiple-output-image.yaml +++ b/examples/taskruns/task-multiple-output-image.yaml @@ -113,8 +113,6 @@ metadata: spec: taskRef: name: multiple-build-push-kaniko - trigger: - type: manual inputs: resources: - name: sourcerepo