Skip to content

Commit

Permalink
Deployed 0ec82e2 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 2, 2024
1 parent 1ad5a3c commit c0a67bc
Show file tree
Hide file tree
Showing 12 changed files with 574 additions and 656 deletions.
916 changes: 379 additions & 537 deletions dev/developer/api/index.html

Large diffs are not rendered by default.

Binary file modified dev/objects.inv
Binary file not shown.
2 changes: 2 additions & 0 deletions dev/resources/variables/cli_env_vars.env
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ KPOPS_DOTENV_PATH # No default value, not required
# Suffix your environment files with this value (e.g.
# defaults_development.yaml for environment=development).
KPOPS_ENVIRONMENT # No default value, not required
# How KPOps should operate.
KPOPS_OPERATION_MODE=managed
# Paths to dir containing 'pipeline.yaml' or files named
# 'pipeline.yaml'.
KPOPS_PIPELINE_PATHS # No default value, required
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 @@ -1688,6 +1688,12 @@ <h1>Cli env vars</h1>
<td>The environment you want to generate and deploy the pipeline to. Suffix your environment files with this value (e.g. defaults_development.yaml for environment=development).</td>
</tr>
<tr>
<td>KPOPS_OPERATION_MODE</td>
<td>managed</td>
<td>False</td>
<td>How KPOps should operate.</td>
</tr>
<tr>
<td>KPOPS_PIPELINE_PATHS</td>
<td></td>
<td>True</td>
Expand Down
3 changes: 3 additions & 0 deletions dev/resources/variables/config_env_vars.env
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,6 @@ KPOPS_HELM_DIFF_CONFIG__IGNORE # No default value, required
# Whether to retain clean up jobs in the cluster or uninstall the,
# after completion.
KPOPS_RETAIN_CLEAN_JOBS=False
# operation_mode
# The operation mode of KPOps (managed, manifest, argo).
KPOPS_OPERATION_MODE=managed
7 changes: 7 additions & 0 deletions dev/resources/variables/config_env_vars/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1789,6 +1789,13 @@ <h1>Config env vars</h1>
<td>Whether to retain clean up jobs in the cluster or uninstall the, after completion.</td>
<td>retain_clean_jobs</td>
</tr>
<tr>
<td>KPOPS_OPERATION_MODE</td>
<td>managed</td>
<td>False</td>
<td>The operation mode of KPOps (managed, manifest, argo).</td>
<td>operation_mode</td>
</tr>
</tbody>
</table>

Expand Down
18 changes: 18 additions & 0 deletions dev/schema/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,15 @@
"title": "KafkaRestConfig",
"type": "object"
},
"OperationMode": {
"enum": [
"argo",
"manifest",
"managed"
],
"title": "OperationMode",
"type": "string"
},
"SchemaRegistryConfig": {
"additionalProperties": false,
"description": "Configuration for Schema Registry.",
Expand Down Expand Up @@ -239,6 +248,15 @@
},
"description": "Configuration for Kafka REST Proxy."
},
"operation_mode": {
"allOf": [
{
"$ref": "#/$defs/OperationMode"
}
],
"default": "managed",
"description": "The operation mode of KPOps (managed, manifest, argo)."
},
"pipeline_base_dir": {
"default": ".",
"description": "Base directory to the pipelines (default is current working directory)",
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 c0a67bc

Please sign in to comment.