Skip to content

Commit

Permalink
Resolved Comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Aneesh-M-Bhat authored and openshift-merge-bot[bot] committed Feb 26, 2024
1 parent 0cc164c commit e40d805
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/task-git-clone.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ metadata:
name: example-taskrun
spec:
taskRef:
name: git-cli
name: git-clone
params:
- name: URL
value: https://github.com/openshift-pipelines/task-git.git
Expand All @@ -29,7 +29,7 @@ A single Workspace is required for this Task, while the optional Workspaces will
## `output`

The `output` is a required Workspace, represents the primary location where the Git repository data will be stored, and later on, this Workspace will be monted in subsequent Pipeline's Task.
The `output` is a required Workspace, represents the primary location where the Git repository data will be stored, and later on, this Workspace will be mounted in subsequent Pipeline's Task.

Knowing the Workspace data will be employed on other Tasks, the recommended approach is using a [persistent volume][tektonPVC], for instance a [`PersistentVolumeClaim` (PVC)][k8sPVC].

Expand Down

0 comments on commit e40d805

Please sign in to comment.