We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77a4688 commit bf1fd3aCopy full SHA for bf1fd3a
content/en/docs/concepts/storage/volumes.md
@@ -309,7 +309,8 @@ third party storage driver instead.
309
310
{{< warning >}}
311
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
+[`emptyDir`](#emptydir) volume into an [init container](/docs/concepts/workloads/pods/init-containers/) that
313
+clones the repo using Git, then mount the
314
[EmptyDir](#emptydir) into the Pod's container.
315
316
---
0 commit comments