rancher-partner-charts/charts/avesha/kubeslice-worker/1.3.4/values.schema.json

21 lines
400 B
JSON

{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "Values schema for Kubeslice Helm chart",
"type": "object",
"properties": {
"global": {
"type": "object",
"properties":{
"profile": {
"type": "object",
"properties": {
"openshift": {
"type": "boolean"
}
}
}
}
}
}
}