Skip to main content
Last updated: 18 Sept 2024

Volume

Properties

  • name - string
    The volume name

  • type - string
    The volume type

    enum values:

    • claim
    • config-map
    • temp
    • host
  • spec - string
    The volume type specification.

Examples

volumes:
- type: volume
spec: temp
spec: {}
volumes:
- type: volume
spec: host
spec:
path: /path/on/host/machine