github.com/jingruilea/kubeedge@v1.2.0-beta.0.0.20200410162146-4bb8902b3879/build/csisamples/hostpath/example/app.yaml (about)

     1  kind: Pod
     2  apiVersion: v1
     3  metadata:
     4    name: my-csi-app
     5  spec:
     6    containers:
     7      - name: my-frontend
     8        image: busybox
     9        volumeMounts:
    10        - mountPath: "/data"
    11          name: my-csi-volume
    12        command: [ "sleep", "1000000" ]
    13    volumes:
    14      - name: my-csi-volume
    15        persistentVolumeClaim:
    16          claimName: csi-hostpath-pvc