diff --git a/charts/base-cluster/helmrelease.schema.json b/charts/base-cluster/helmrelease.schema.json new file mode 100644 index 0000000000..bfca9f3c07 --- /dev/null +++ b/charts/base-cluster/helmrelease.schema.json @@ -0,0 +1,20 @@ +{ + "$schema": "http://json-schema.org/draft-07/schema", + "type": "object", + "allOf": [ + { + "$ref": "https://raw.githubusercontent.com/fluxcd/helm-controller/main/config/crd/bases/helm.toolkit.fluxcd.io_helmreleases.yaml#/spec.schema.openAPIV3Schema" + }, + { + "properties": { + "spec": { + "properties": { + "values": { + "$ref": "./values.schema.json" + } + } + } + } + } + ] +} diff --git a/charts/t8s-cluster/helmrelease.schema.json b/charts/t8s-cluster/helmrelease.schema.json new file mode 100644 index 0000000000..bfca9f3c07 --- /dev/null +++ b/charts/t8s-cluster/helmrelease.schema.json @@ -0,0 +1,20 @@ +{ + "$schema": "http://json-schema.org/draft-07/schema", + "type": "object", + "allOf": [ + { + "$ref": "https://raw.githubusercontent.com/fluxcd/helm-controller/main/config/crd/bases/helm.toolkit.fluxcd.io_helmreleases.yaml#/spec.schema.openAPIV3Schema" + }, + { + "properties": { + "spec": { + "properties": { + "values": { + "$ref": "./values.schema.json" + } + } + } + } + } + ] +} diff --git a/charts/teuto-portal-k8s-worker/helmrelease.schema.json b/charts/teuto-portal-k8s-worker/helmrelease.schema.json new file mode 100644 index 0000000000..bfca9f3c07 --- /dev/null +++ b/charts/teuto-portal-k8s-worker/helmrelease.schema.json @@ -0,0 +1,20 @@ +{ + "$schema": "http://json-schema.org/draft-07/schema", + "type": "object", + "allOf": [ + { + "$ref": "https://raw.githubusercontent.com/fluxcd/helm-controller/main/config/crd/bases/helm.toolkit.fluxcd.io_helmreleases.yaml#/spec.schema.openAPIV3Schema" + }, + { + "properties": { + "spec": { + "properties": { + "values": { + "$ref": "./values.schema.json" + } + } + } + } + } + ] +}