# apiVersion: v1 # kind: PersistentVolume # metadata: # name: argo-pv-workflow # labels: # type: local # # argowf: argo-pv-workflow # spec: # storageClassName: standard # capacity: # storage: 10Gi # accessModes: # - ReadWriteMany # hostPath: # path: "/kbctl" # persistentVolumeReclaimPolicy: Delete # # volumeMode: Filesystem # nodeAffinity: # required: # nodeSelectorTerms: # - matchExpressions: # - key: kubernetes.io/hostname # operator: In # values: # - k8s