Skip to content

Commit

Permalink
Deployed cddd344 to dev with MkDocs 1.5.3 and mike 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bakdata-bot committed Jan 2, 2024
1 parent c439f46 commit 15c6b7b
Show file tree
Hide file tree
Showing 4 changed files with 191 additions and 175 deletions.
103 changes: 46 additions & 57 deletions dev/schema/pipeline.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@
"app": {
"allOf": [
{
"$ref": "#/$defs/HelmAppValues"
"$ref": "#/$defs/KubernetesAppConfig"
}
],
"description": "Helm app values"
"description": "Application-specific settings"
},
"from": {
"anyOf": [
Expand Down Expand Up @@ -146,26 +146,6 @@
"title": "HelmApp",
"type": "object"
},
"HelmAppValues": {
"additionalProperties": true,
"description": "",
"properties": {
"nameOverride": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Nameoverride"
}
},
"title": "HelmAppValues",
"type": "object"
},
"HelmRepoConfig": {
"description": "Helm repository configuration.",
"properties": {
Expand Down Expand Up @@ -440,6 +420,13 @@
"title": "KafkaSourceConnector",
"type": "object"
},
"KubernetesAppConfig": {
"additionalProperties": true,
"description": "Settings specific to Kubernetes apps.",
"properties": {},
"title": "KubernetesAppConfig",
"type": "object"
},
"OutputTopicTypes": {
"description": "Types of output topic.\n\nOUTPUT (output topic), ERROR (error topic)",
"enum": [
Expand All @@ -456,7 +443,7 @@
"app": {
"allOf": [
{
"$ref": "#/$defs/ProducerAppValues"
"$ref": "#/$defs/ProducerValues"
}
],
"description": "Application-specific settings"
Expand Down Expand Up @@ -536,37 +523,6 @@
"title": "ProducerApp",
"type": "object"
},
"ProducerAppValues": {
"additionalProperties": true,
"description": "Settings specific to producers.",
"properties": {
"nameOverride": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Nameoverride"
},
"streams": {
"allOf": [
{
"$ref": "#/$defs/ProducerStreamsConfig"
}
],
"description": "Kafka Streams settings"
}
},
"required": [
"streams"
],
"title": "ProducerAppValues",
"type": "object"
},
"ProducerStreamsConfig": {
"additionalProperties": true,
"description": "Kafka Streams settings specific to Producer.",
Expand Down Expand Up @@ -618,6 +574,38 @@
"title": "ProducerStreamsConfig",
"type": "object"
},
"ProducerValues": {
"additionalProperties": true,
"description": "Settings specific to producers.",
"properties": {
"nameOverride": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"description": "Override name with this value",
"title": "Nameoverride"
},
"streams": {
"allOf": [
{
"$ref": "#/$defs/ProducerStreamsConfig"
}
],
"description": "Kafka Streams settings"
}
},
"required": [
"streams"
],
"title": "ProducerValues",
"type": "object"
},
"RepoAuthFlags": {
"description": "Authorisation-related flags for `helm repo`.",
"properties": {
Expand Down Expand Up @@ -692,7 +680,7 @@
"app": {
"allOf": [
{
"$ref": "#/$defs/StreamsAppValues"
"$ref": "#/$defs/StreamsAppConfig"
}
],
"description": "Application-specific settings"
Expand Down Expand Up @@ -859,7 +847,7 @@
"title": "StreamsAppAutoScaling",
"type": "object"
},
"StreamsAppValues": {
"StreamsAppConfig": {
"additionalProperties": true,
"description": "StreamsBoostrap app configurations.\nThe attributes correspond to keys and values that are used as values for the streams bootstrap helm chart.",
"properties": {
Expand All @@ -885,6 +873,7 @@
}
],
"default": null,
"description": "Override name with this value",
"title": "Nameoverride"
},
"streams": {
Expand All @@ -899,7 +888,7 @@
"required": [
"streams"
],
"title": "StreamsAppValues",
"title": "StreamsAppConfig",
"type": "object"
},
"StreamsConfig": {
Expand Down
2 changes: 1 addition & 1 deletion dev/search/search_index.json

Large diffs are not rendered by default.

Binary file modified dev/sitemap.xml.gz
Binary file not shown.
Loading

0 comments on commit 15c6b7b

Please sign in to comment.