diff --git a/configurations/tekton/simple-job-embedded-script-cfg.yaml b/configurations/tekton/simple-job-embedded-script-cfg.yaml index d44f416..7b7c885 100644 --- a/configurations/tekton/simple-job-embedded-script-cfg.yaml +++ b/configurations/tekton/simple-job-embedded-script-cfg.yaml @@ -11,7 +11,7 @@ job: description: Simple example of a Tekton pipeline echoing a message # One of the supported resources: PipelineRun, Pipeline - resourceType: Pipeline + resourceType: PipelineRun actions: - name: say-hello diff --git a/configurations/tekton/simple-job-fetch-script-cfg.yaml b/configurations/tekton/simple-job-fetch-script-cfg.yaml index 6e63dd1..ec173b5 100644 --- a/configurations/tekton/simple-job-fetch-script-cfg.yaml +++ b/configurations/tekton/simple-job-fetch-script-cfg.yaml @@ -11,7 +11,7 @@ job: description: Simple example of a Tekton pipeline echoing a message # One of the supported resources: PipelineRun, Pipeline - resourceType: Pipeline + resourceType: PipelineRun actions: - name: say-hello