We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a95149 commit 9655175Copy full SHA for 9655175
lesson-storage/gke-volpod.yml
@@ -5,16 +5,16 @@ metadata:
5
spec:
6
volumes:
7
- 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
+ persistentVolumeClaim:
+ claimName: pvc1
+ containers:
+ - name: ubuntu-ctr
+ image: ubuntu:latest
+ command:
+ - /bin/bash
+ - "-c"
+ - "sleep 60m"
+ imagePullPolicy: IfNotPresent
+ volumeMounts:
+ - mountPath: /data
+ name: data
0 commit comments