Skip to content

Commit 9655175

Browse files
committed
Fix indent and typo for gke-volpod.yml
1 parent 4a95149 commit 9655175

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

lesson-storage/gke-volpod.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@ metadata:
55
spec:
66
volumes:
77
- name: data
8-
persistentVolumeClaim:
9-
claimName: pvc1
10-
containers:
11-
- name: ubuntu-ctr
12-
image: ubuntu:latest
13-
command:
14-
- /bin/bash
15-
- "-c"
16-
- "sleep 60m"
17-
imagePullPolicy: IfNotPresent
18-
volumeMounts:
19-
- mountpath: /data
20-
name: data
8+
persistentVolumeClaim:
9+
claimName: pvc1
10+
containers:
11+
- name: ubuntu-ctr
12+
image: ubuntu:latest
13+
command:
14+
- /bin/bash
15+
- "-c"
16+
- "sleep 60m"
17+
imagePullPolicy: IfNotPresent
18+
volumeMounts:
19+
- mountPath: /data
20+
name: data

0 commit comments

Comments
 (0)