Skip to content

Commit

Permalink
docs(RELEASE-1320): update tenant pipeline example pipelineRef
Browse files Browse the repository at this point in the history
The pipelineRef in the tenant pipeline never really made much sense. It
suggested using a managed pipeline, which would not work (and many users
made this mistake). This updates the example to something that should be
more obviously an example and not a real pipeline.

We also moved the pipeline definitions in release-service-catalog, so
the old reference won't even exist going forward. That is another reason
to change it.

If a working tenant pipeline is created, we can update the docs to use
that as the example.

Signed-off-by: Johnny Bieren <[email protected]>
  • Loading branch information
johnbieren committed Jan 15, 2025
1 parent a896bd7 commit 934a683
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 934a683

Please sign in to comment.