12 lines
354 B
YAML
12 lines
354 B
YAML
# yaml-language-server: $schema=https://raw.githubusercontent.com/siderolabs/talos/refs/heads/release-1.11/website/content/v1.11/schemas/config.schema.json
|
|
machine:
|
|
kubelet:
|
|
extraMounts:
|
|
- destination: /var/lib/longhorn
|
|
type: bind
|
|
source: /var/lib/longhorn
|
|
options:
|
|
- bind
|
|
- rshared
|
|
- rw
|