Skip to content

Commit

Permalink
change pipeline to tenantPipeline
Browse files Browse the repository at this point in the history
- release-service now expects `tenantPipeline` instead of `pipeline`
- using `pipeline` results in an `unknown field error` which leads to user confusion
- change `pipeline` to `tenantPipeline` to reflect the release-service change
  • Loading branch information
tnevrlka authored Nov 27, 2024
1 parent 54b0875 commit adc9840
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ spec:
- name: demo-component-2
repository: registry/destination-image-repository-2
tags: [latest]
pipeline:
tenantPipeline:
pipelineRef: <.>
resolver: git
params:
Expand Down

0 comments on commit adc9840

Please sign in to comment.