based on this example, I try to add PVC into my pipeline, and get schema validation error -
volumes:
- name: shared
claim:
name: drone
Missing property "host".yaml-schema: drone.json
what did I miss?
based on this example, I try to add PVC into my pipeline, and get schema validation error -
volumes:
- name: shared
claim:
name: drone
Missing property "host".yaml-schema: drone.json
what did I miss?