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

21 lines
385 B
JSON

{
"settings": {
"type": "object",
"additionalProperties": false,
"properties": {
"create": {
"type": "boolean",
"default": false
},
"name": {
"type": "string"
},
"annotations": {
"$ref": "definitions.json#/annotations"
},
"labels": {
"$ref": "definitions.json#/labels"
}
}
}
}