Lint yaml better

This commit is contained in:
Greg Hellings
2025-11-02 23:45:16 -06:00
parent 518c3898b6
commit af41fd6b92
12 changed files with 86 additions and 32 deletions
+15 -3
View File
@@ -5,7 +5,11 @@ metadata:
annotations:
"node.longhorn.io/default-disks-config": |-
[
{ "path": "/var/lib/longhorn", "allowScheduling" : true, "tags": ["hdd", "large"]}
{
"path": "/var/lib/longhorn",
"allowScheduling" : true,
"tags": ["hdd", "large"]
}
]
---
apiVersion: v1
@@ -15,7 +19,11 @@ metadata:
annotations:
"node.longhorn.io/default-disks-config": |-
[
{ "path": "/var/lib/longhorn", "allowScheduling" : true, "tags": ["hdd", "large"]}
{
"path": "/var/lib/longhorn",
"allowScheduling" : true,
"tags": ["hdd", "large"]
}
]
---
apiVersion: v1
@@ -25,5 +33,9 @@ metadata:
annotations:
"node.longhorn.io/default-disks-config": |-
[
{ "path": "/var/lib/longhorn", "allowScheduling" : trues, "tags": ["ssd", "fast"]}
{
"path": "/var/lib/longhorn",
"allowScheduling" : trues,
"tags": ["ssd", "fast"]
}
]