Skip to content

Commit

Permalink
Deployed 873553b 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 Dec 21, 2023
1 parent 86239aa commit f1733cf
Show file tree
Hide file tree
Showing 11 changed files with 202 additions and 262 deletions.
3 changes: 3 additions & 0 deletions dev/resources/variables/cli_env_vars.env
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
# corresponding flag does not have to be specified in commands.
# Variables marked as required can instead be set as flags.
#
# Base directory to the pipelines (default is current working
# directory)
KPOPS_PIPELINE_BASE_DIR=.
# Path to the dir containing config.yaml files
KPOPS_CONFIG_PATH=.
# Path to defaults folder
Expand Down
6 changes: 6 additions & 0 deletions dev/resources/variables/cli_env_vars/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1536,6 +1536,12 @@ <h1>Cli env vars</h1>
</thead>
<tbody>
<tr>
<td>KPOPS_PIPELINE_BASE_DIR</td>
<td>.</td>
<td>False</td>
<td>Base directory to the pipelines (default is current working directory)</td>
</tr>
<tr>
<td>KPOPS_CONFIG_PATH</td>
<td>.</td>
<td>False</td>
Expand Down
11 changes: 2 additions & 9 deletions dev/resources/variables/config_env_vars.env
Original file line number Diff line number Diff line change
@@ -1,21 +1,14 @@
# Global config environment variables
# Pipeline config environment variables
#
# The default setup is shown. These variables are a lower priority
# alternative to the settings in `config.yaml`. Variables marked as
# required can instead be set in the global config.
# required can instead be set in the pipeline config.
#
# defaults_path
# The path to the folder containing the defaults.yaml file and the
# environment defaults files. Paths can either be absolute or relative
# to `config.yaml`
KPOPS_DEFAULTS_PATH=.
# components_module
# Custom Python module defining project-specific KPOps components
KPOPS_COMPONENTS_MODULE # No default value, not required
# pipeline_base_dir
# Base directory to the pipelines (default is current working
# directory)
KPOPS_PIPELINE_BASE_DIR=.
# kafka_brokers
# The comma separated Kafka brokers address.
KPOPS_KAFKA_BROKERS # No default value, required
Expand Down
16 changes: 1 addition & 15 deletions dev/resources/variables/config_env_vars/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1524,7 +1524,7 @@

<h1>Config env vars</h1>

<p>These variables are a lower priority alternative to the settings in <code>config.yaml</code>. Variables marked as required can instead be set in the global config.</p>
<p>These variables are a lower priority alternative to the settings in <code>config.yaml</code>. Variables marked as required can instead be set in the pipeline config.</p>
<table>
<thead>
<tr>
Expand All @@ -1544,20 +1544,6 @@ <h1>Config env vars</h1>
<td>defaults_path</td>
</tr>
<tr>
<td>KPOPS_COMPONENTS_MODULE</td>
<td></td>
<td>False</td>
<td>Custom Python module defining project-specific KPOps components</td>
<td>components_module</td>
</tr>
<tr>
<td>KPOPS_PIPELINE_BASE_DIR</td>
<td>.</td>
<td>False</td>
<td>Base directory to the pipelines (default is current working directory)</td>
<td>pipeline_base_dir</td>
</tr>
<tr>
<td>KPOPS_KAFKA_BROKERS</td>
<td></td>
<td>True</td>
Expand Down
22 changes: 1 addition & 21 deletions dev/schema/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -136,21 +136,8 @@
}
},
"additionalProperties": false,
"description": "Global configuration for KPOps project.",
"description": "Pipeline configuration unrelated to the components.",
"properties": {
"components_module": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"description": "Custom Python module defining project-specific KPOps components",
"title": "Components Module"
},
"create_namespace": {
"default": false,
"description": "Flag for `helm upgrade --install`. Create the release namespace if not present.",
Expand Down Expand Up @@ -228,13 +215,6 @@
},
"description": "Configuration for Kafka REST Proxy."
},
"pipeline_base_dir": {
"default": ".",
"description": "Base directory to the pipelines (default is current working directory)",
"format": "path",
"title": "Pipeline Base Dir",
"type": "string"
},
"retain_clean_jobs": {
"default": false,
"description": "Whether to retain clean up jobs in the cluster or uninstall the, after completion.",
Expand Down
12 changes: 6 additions & 6 deletions dev/schema/pipeline.json
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,7 @@
"additionalProperties": true,
"description": "Settings specific to producers.",
"properties": {
"nameOverride": {
"fullnameOverride": {
"anyOf": [
{
"type": "string"
Expand All @@ -588,8 +588,8 @@
}
],
"default": null,
"description": "Override name with this value",
"title": "Nameoverride"
"description": "Fully overrides the release and chart name",
"title": "Fullname override"
},
"streams": {
"allOf": [
Expand Down Expand Up @@ -863,7 +863,7 @@
"default": null,
"description": "Kubernetes Event-driven Autoscaling config"
},
"nameOverride": {
"fullnameOverride": {
"anyOf": [
{
"type": "string"
Expand All @@ -873,8 +873,8 @@
}
],
"default": null,
"description": "Override name with this value",
"title": "Nameoverride"
"description": "Fully overrides the release and chart name",
"title": "Fullname override"
},
"streams": {
"allOf": [
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 f1733cf

Please sign in to comment.