1
0
mirror of https://github.com/tektoncd/catalog.git synced 2024-11-21 05:55:35 +00:00

Fix for Issue 1219: The git-clone task document about the default value of the userHome parameter is not right

This commit is contained in:
Anilabha Baral 2024-07-12 21:41:03 +05:30 committed by tekton-robot
parent 4c92c63e92
commit c2b35f92ab

View File

@ -102,7 +102,7 @@ spec:
* **verbose**: Log the commands that are executed during `git-clone`'s operation. (_default_: true)
* **sparseCheckoutDirectories**: Which directories to match or exclude when performing a sparse checkout (_default_: "")
* **gitInitImage**: The image providing the git-init binary that this Task runs. (_default_: "gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/git-init:TODO")
* **userHome**: The user's home directory. (_default_: "/tekton/home")
* **userHome**: The user's home directory. (_default_: "/home/git")
## Results