Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions content/en/docs/How-to-guides/clone-repository.md
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,8 @@ Or using `kubectl`:
kubectl apply -f \
https://raw.githubusercontent.com/tektoncd/catalog/main/task/git-clone/0.6/git-clone.yaml
```
> [!IMPORTANT]
> When using **Git-Clone** you should make sure that your private key is in the correct format. Libcrypto requires you to have a new line at the end of your private_key (PEM) format. Checkout: https://github.com/tektoncd/catalog/issues/1220 for more information.
Comment on lines +333 to +334
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for this PR.
I guess this would belong in the documentation of the git-clone task, but it doesn't harm here, so it's fine.
Since you're updating this, would you mind ypdating line 331 as well, with the latest version of the task (https://raw.githubusercontent.com/tektoncd-catalog/git-clone/refs/heads/release-v1.1.x/task/git-clone/git-clone.yaml) ?


Alternatively, you can [bundle a Task or a Pipeline][bundles] and let your
Pipeline fetch it directly from a registry.
Expand Down