Files
cozystack/packages/apps/kubernetes/values.schema.json
Andrei Kvapil 9709c89f35 upd readme
2024-02-06 20:05:36 +01:00

12 lines
278 B
JSON

{
"$schema": "http://json-schema.org/schema#",
"type": "object",
"properties": {
"host": {
"type": "string",
"title": "Domain name for this kubernetes cluster",
"description": "This host will be used for all apps deployed in this tenant"
}
}
}