helm-charts/charts/library/common/schemas/definitions.json
2024-03-07 18:53:41 +00:00

15 lines
233 B
JSON

{
"annotations": {
"type": ["object", "null"],
"additionalProperties": {
"type": ["string"]
}
},
"labels": {
"type": ["object", "null"],
"additionalProperties": {
"type": ["string"]
}
}
}