apiVersion: v1 kind: PersistentVolume metadata: name: $ICS_DATA_PV_NAME annotations: pv.beta.kubernetes.io/gid: "999" labels: run: $ICS_APP_NAME autotest: ICS spec: storageClassName: ics-standard capacity: storage: 1Mi accessModes: - ReadWriteOnce persistentVolumeReclaimPolicy: Delete hostPath: path: "$HOST_PATH_BASE_DIR/$ICS_PV_PATH"