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 15d1836Copy full SHA for 15d1836
lesson-storage/gke-volpod.yml
@@ -7,14 +7,14 @@ spec:
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
+ containers:
+ - name: ubuntu-ctr
+ image: ubuntu:latest
+ command:
+ - /bin/bash
+ - "-c"
+ - "sleep 60m"
+ imagePullPolicy: IfNotPresent
+ volumeMounts:
+ - mountPath: /data
+ name: data
0 commit comments