Skip to content

Commit

Permalink
Fix indent and typo for gke-volpod.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
npak243 committed Apr 19, 2019
1 parent 4a95149 commit 15d1836
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions lesson-storage/gke-volpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ spec:
- name: data
persistentVolumeClaim:
claimName: pvc1
containers:
- name: ubuntu-ctr
image: ubuntu:latest
command:
- /bin/bash
- "-c"
- "sleep 60m"
imagePullPolicy: IfNotPresent
volumeMounts:
- mountpath: /data
name: data
containers:
- name: ubuntu-ctr
image: ubuntu:latest
command:
- /bin/bash
- "-c"
- "sleep 60m"
imagePullPolicy: IfNotPresent
volumeMounts:
- mountPath: /data
name: data

0 comments on commit 15d1836

Please sign in to comment.