15 lines
370 B
JSON
15 lines
370 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"description": "Application settings for GitLab Agents for Kubernetes",
|
|
"type": "object",
|
|
"additionalProperties": false,
|
|
"properties": {
|
|
"receptive_cluster_agents_enabled": {
|
|
"type": "boolean"
|
|
},
|
|
"organization_cluster_agent_authorization_enabled": {
|
|
"type": "boolean"
|
|
}
|
|
}
|
|
}
|