mirror of
https://github.com/bjw-s-labs/helm-charts.git
synced 2025-07-04 08:57:04 +02:00
93 lines
2.2 KiB
JSON
93 lines
2.2 KiB
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema",
|
|
"$id": "https://raw.githubusercontent.com/bjw-s/helm-charts/common-3.7.1/charts/library/common/values.schema.json",
|
|
"type": "object",
|
|
"properties": {
|
|
"global": {
|
|
"type": "object",
|
|
"properties": {
|
|
"nameOverride": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
]
|
|
},
|
|
"fullnameOverride": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
]
|
|
},
|
|
"propagateGlobalMetadataToPods": {
|
|
"type": "boolean",
|
|
"default": false
|
|
},
|
|
"labels": {
|
|
"$ref": "schemas/definitions.json#/labels"
|
|
},
|
|
"annotations": {
|
|
"$ref": "schemas/definitions.json#/annotations"
|
|
}
|
|
}
|
|
},
|
|
"defaultPodOptions": {
|
|
"$ref": "schemas/pod.json#/options"
|
|
},
|
|
"controllers": {
|
|
"additionalProperties": {
|
|
"$ref": "schemas/controllers.json#/instance"
|
|
}
|
|
},
|
|
"enforceServiceAccountCreation": {
|
|
"type": "boolean"
|
|
},
|
|
"serviceAccount": {
|
|
"$ref": "schemas/serviceAccount.json#/settings"
|
|
},
|
|
"configMaps": {
|
|
"additionalProperties": {
|
|
"$ref": "schemas/configmap.json#/instance"
|
|
}
|
|
},
|
|
"secrets": {
|
|
"additionalProperties": {
|
|
"$ref": "schemas/secret.json#/instance"
|
|
}
|
|
},
|
|
"ingress": {
|
|
"additionalProperties": {
|
|
"$ref": "schemas/ingress.json#/instance"
|
|
}
|
|
},
|
|
"route": {
|
|
"additionalProperties": {
|
|
"$ref": "schemas/route.json#/instance"
|
|
}
|
|
},
|
|
"service": {
|
|
"additionalProperties": {
|
|
"$ref": "schemas/service.json#/instance"
|
|
}
|
|
},
|
|
"serviceMonitor": {
|
|
"additionalProperties": {
|
|
"$ref": "schemas/serviceMonitor.json#/instance"
|
|
}
|
|
},
|
|
"networkpolicies": {
|
|
"additionalProperties": {
|
|
"$ref": "schemas/networkpolicy.json#/instance"
|
|
}
|
|
},
|
|
"persistence": {
|
|
"additionalProperties": {
|
|
"$ref": "schemas/persistence.json#/item"
|
|
}
|
|
},
|
|
"rawResources": {
|
|
"additionalProperties": {
|
|
"$ref": "schemas/rawResource.json#/instance"
|
|
}
|
|
}
|
|
}
|
|
}
|