These comments ensure that we get proper yaml language server support in the patch files. Also fixes all the resulting language server errors.
10 lines
299 B
YAML
10 lines
299 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
|
|
apiVersion: v1alpha1
|
|
kind: UserVolumeConfig
|
|
name: longhorn
|
|
provisioning:
|
|
diskSelector:
|
|
match: system_disk
|
|
grow: true
|
|
maxSize: 2000GB
|