You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/zh-cn/docs/tasks/configure-pod-container/configure-projected-volume-storage.md
+11-9Lines changed: 11 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ weight: 70
15
15
16
16
<!-- overview -->
17
17
<!--
18
-
This page shows how to use a [`projected`](/docs/concepts/storage/volumes/#projected) volume to mount
18
+
This page shows how to use a [`projected`](/docs/concepts/storage/volumes/#projected) Volume to mount
19
19
several existing volume sources into the same directory. Currently, `secret`, `configMap`, `downwardAPI`,
20
20
and `serviceAccountToken` volumes can be projected.
21
21
-->
@@ -39,14 +39,17 @@ and `serviceAccountToken` volumes can be projected.
39
39
<!--
40
40
## Configure a projected volume for a pod
41
41
42
-
In this exercise, you create username and password Secrets from local files. You then create a Pod that runs one Container, using a [`projected`](/docs/concepts/storage/volumes/#projected) Volume to mount the Secrets into the same shared directory.
42
+
In this exercise, you create username and password {{< glossary_tooltip text="Secrets" term_id="secret" >}} from local files.
43
+
You then create a Pod that runs one container, using a [`projected`](/docs/concepts/storage/volumes/#projected) Volume
44
+
to mount the Secrets into the same shared directory.
0 commit comments