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 9655175
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions lesson-storage/gke-volpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@ metadata:
spec:
volumes:
- 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
persistentVolumeClaim:
claimName: pvc1
containers:
- name: ubuntu-ctr
image: ubuntu:latest
command:
- /bin/bash
- "-c"
- "sleep 60m"
imagePullPolicy: IfNotPresent
volumeMounts:
- mountPath: /data
name: data

0 comments on commit 9655175

Please sign in to comment.