Skip to content

Commit bf1fd3a

Browse files
SaranBalaji90Tim Bannister
andauthored
Update content/en/docs/concepts/storage/volumes.md
Co-authored-by: Tim Bannister <[email protected]>
1 parent 77a4688 commit bf1fd3a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

content/en/docs/concepts/storage/volumes.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,8 @@ third party storage driver instead.
309309

310310
{{< warning >}}
311311
The `gitRepo` volume type is deprecated. To provision a container with a git repo, mount an
312-
[EmptyDir](#emptydir) into an InitContainer that clones the repo using git, then mount the
312+
[`emptyDir`](#emptydir) volume into an [init container](/docs/concepts/workloads/pods/init-containers/) that
313+
clones the repo using Git, then mount the
313314
[EmptyDir](#emptydir) into the Pod's container.
314315

315316
---

0 commit comments

Comments
 (0)