Skip to content

Commit 22d83f4

Browse files
committed
add - before an unordered list in configure-pvc page
1 parent 4b409b6 commit 22d83f4

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

content/en/docs/tasks/configure-pod-container/configure-persistent-volume-storage.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ cat /mnt/data/index.html
6767
```
6868

6969
The output should be:
70+
7071
```
7172
Hello from Kubernetes storage
7273
```
@@ -247,8 +248,8 @@ You can now close the shell to your Node.
247248

248249
You can perform 2 volume mounts on your nginx container:
249250

250-
`/usr/share/nginx/html` for the static website
251-
`/etc/nginx/nginx.conf` for the default config
251+
- `/usr/share/nginx/html` for the static website
252+
- `/etc/nginx/nginx.conf` for the default config
252253

253254
<!-- discussion -->
254255

@@ -261,6 +262,7 @@ with a GID. Then the GID is automatically added to any Pod that uses the
261262
PersistentVolume.
262263

263264
Use the `pv.beta.kubernetes.io/gid` annotation as follows:
265+
264266
```yaml
265267
apiVersion: v1
266268
kind: PersistentVolume
@@ -269,6 +271,7 @@ metadata:
269271
annotations:
270272
pv.beta.kubernetes.io/gid: "1234"
271273
```
274+
272275
When a Pod consumes a PersistentVolume that has a GID annotation, the annotated GID
273276
is applied to all containers in the Pod in the same way that GIDs specified in the
274277
Pod's security context are. Every GID, whether it originates from a PersistentVolume

0 commit comments

Comments
 (0)