Skip to content

Commit 09be13d

Browse files
committed
fix(ct-lint): add labels to allowed daemonset properties
1 parent 0d0e8ba commit 09be13d

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

charts/core-dump-handler/values.schema.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,12 @@
206206
"name": {
207207
"type": "string"
208208
},
209+
"labels": {
210+
"type": "object",
211+
"additionalProperties": {
212+
"type": "string"
213+
}
214+
},
209215
"label": {
210216
"type": "string"
211217
},
@@ -352,4 +358,4 @@
352358
"title": "ServiceAccount"
353359
}
354360
}
355-
}
361+
}

0 commit comments

Comments
 (0)