Can't mount pvc - drone-runner-kubernetes

based on this example, I try to add PVC into my pipeline, and get schema validation error -

image

volumes:
  - name: shared
    claim:
      name: drone
Missing property "host".yaml-schema: drone.json

what did I miss?