# # Copyright (c) 2018 Intel Corporation # # SPDX-License-Identifier: Apache-2.0 # kind: PersistentVolume apiVersion: v1 metadata: name: pv-volume labels: type: local spec: storageClassName: manual capacity: storage: 10Gi accessModes: - ReadWriteOnce hostPath: path: "tmp_data"