Skip to content

Commit

Permalink
Merge pull request #207 from johnbieren/release1320
Browse files Browse the repository at this point in the history
docs(RELEASE-1320): update tenant pipeline example pipelineRef
  • Loading branch information
arewm authored Jan 15, 2025
2 parents a896bd7 + 934a683 commit 33833c0
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@ spec:
resolver: git
params:
- name: url
value: "https://github.com/konflux-ci/release-service-catalog.git"
value: "https://github.com/<your-github-user>/<your-pipeline-repo>.git"
- name: revision
value: production
value: main
- name: pathInRepo
value: "pipelines/push-to-external-registry/push-to-external-registry.yaml"
value: "<path-to-your-pipeline>"
serviceAccountName: appstudio-pipeline <.>
----

Expand Down

0 comments on commit 33833c0

Please sign in to comment.