blob: eeed4a08b6850d3821ae8c38d1d37885b73d656f [file] [log] [blame]
apiVersion: v1
kind: PersistentVolume
metadata:
name: $POLICY_AGENT_DATA_PV_NAME
annotations:
pv.beta.kubernetes.io/gid: "999"
labels:
run: $POLICY_AGENT_APP_NAME
autotest: PA
spec:
storageClassName: pa-standard
capacity:
storage: 1Mi
accessModes:
- ReadWriteOnce
persistentVolumeReclaimPolicy: Delete
hostPath:
path: "$HOST_PATH_BASE_DIR/$POLICY_AGENT_PV_PATH"