Skip to content

Commit

Permalink
Deployed de1e3b6 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 4, 2024
1 parent 75b9e50 commit d8f39d1
Show file tree
Hide file tree
Showing 14 changed files with 965 additions and 643 deletions.
916 changes: 537 additions & 379 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: 0 additions & 2 deletions dev/resources/variables/cli_env_vars.env
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ 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: 0 additions & 6 deletions dev/resources/variables/cli_env_vars/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1688,12 +1688,6 @@ <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: 0 additions & 3 deletions dev/resources/variables/config_env_vars.env
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,3 @@ 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: 0 additions & 7 deletions dev/resources/variables/config_env_vars/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1789,13 +1789,6 @@ <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: 0 additions & 18 deletions dev/schema/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,15 +118,6 @@
"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 @@ -248,15 +239,6 @@
},
"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
Loading

0 comments on commit d8f39d1

Please sign in to comment.