-
Bug
-
Resolution: Done
-
Major
-
None
-
1.4.0
-
False
-
-
False
-
-
Description of the problem:
1. Installation docs have github instead of gitlab plugin here
2. In generated Gitops repository, the command for cloning a repo with a PAT is incorrect and will fail:
Note: If you're not logged into the repository, you need to provide a personal access token (PAT) as part of the clone URL. git clone https://<PAT>@gitlab.cee.redhat.com/orchestrator-test/testing2-gitops.git Replace <PAT> with your personal access token. Ensure the token has the necessary permissions to access the repository. If you encounter issues with the clone, refer to GitHub's troubleshooting documentation, or to the corresponding gitlab documentation for assistance.
Cloning with a PAT with Gitlab looks like this:
git clone https://<username>:<token>@gitlab.example.com/tanuki/awesome_project.git
3. Gitops installation instructions here have github instructions only. Instructions should be updated for Gitlab as well.
How reproducible: 100%
Expected results: Steps should include Gitlab config as well.