Skip to content

Commit

Permalink
Deployed bcd3865 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 16, 2024
1 parent bde0203 commit 8830ccc
Show file tree
Hide file tree
Showing 20 changed files with 1,011 additions and 720 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@ kafka-connector.yaml:
- prefix.yaml
- from_.yaml
- to.yaml
- namespace.yaml
- app-kafka-connector.yaml
- repo_config-kafka-connector.yaml
- version-kafka-connector.yaml
- resetter_values.yaml
kafka-sink-connector.yaml: []
kafka-source-connector.yaml:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,24 +19,30 @@ kpops_components_fields:
- prefix
- from_
- to
- namespace
- app
- resetter_namespace
- repo_config
- version
- resetter_values
kafka-sink-connector:
- name
- prefix
- from_
- to
- namespace
- app
- resetter_namespace
- repo_config
- version
- resetter_values
kafka-source-connector:
- name
- prefix
- from_
- to
- namespace
- app
- resetter_namespace
- repo_config
- version
- resetter_values
- offset_topic
kubernetes-app:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,28 @@ kafka-connector.yaml:
- prefix.yaml
- from_.yaml
- to.yaml
- namespace.yaml
- app-kafka-connector.yaml
- repo_config-kafka-connector.yaml
- version-kafka-connector.yaml
- resetter_values.yaml
kafka-sink-connector.yaml:
- prefix.yaml
- from_.yaml
- to.yaml
- namespace.yaml
- app-kafka-connector.yaml
- repo_config-kafka-connector.yaml
- version-kafka-connector.yaml
- resetter_values.yaml
kafka-source-connector.yaml:
- prefix.yaml
- from_-kafka-source-connector.yaml
- to.yaml
- namespace.yaml
- app-kafka-connector.yaml
- repo_config-kafka-connector.yaml
- version-kafka-connector.yaml
- resetter_values.yaml
- offset_topic-kafka-source-connector.yaml
kubernetes-app.yaml:
Expand Down
11 changes: 11 additions & 0 deletions dev/resources/pipeline-components/kafka-connector.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,22 @@
cleanup.policy: compact
models: # SchemaProvider is initiated with the values given here
model: model
namespace: namespace # required
# `app` contains application-specific settings, hence it does not have a rigid
# structure. The fields below are just an example. Extensive documentation on
# connectors: https://kafka.apache.org/documentation/#connectconfigs
app: # required
tasks.max: 1
# Helm repository configuration for resetter
repo_config:
repository_name: my-repo # required
url: https://bakdata.github.io/kafka-connect-resetter/ # required
repo_auth_flags:
username: user
password: pass
ca_file: /home/user/path/to/ca-file
insecure_skip_tls_verify: false
version: "1.0.6" # Helm chart version
# Overriding Kafka Connect Resetter Helm values. E.g. to override the
# Image Tag etc.
resetter_values:
Expand Down
11 changes: 11 additions & 0 deletions dev/resources/pipeline-components/kafka-sink-connector.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,22 @@
cleanup.policy: compact
models: # SchemaProvider is initiated with the values given here
model: model
namespace: namespace # required
# `app` contains application-specific settings, hence it does not have a rigid
# structure. The fields below are just an example. Extensive documentation on
# connectors: https://kafka.apache.org/documentation/#connectconfigs
app: # required
tasks.max: 1
# Helm repository configuration for resetter
repo_config:
repository_name: my-repo # required
url: https://bakdata.github.io/kafka-connect-resetter/ # required
repo_auth_flags:
username: user
password: pass
ca_file: /home/user/path/to/ca-file
insecure_skip_tls_verify: false
version: "1.0.6" # Helm chart version
# Overriding Kafka Connect Resetter Helm values. E.g. to override the
# Image Tag etc.
resetter_values:
Expand Down
11 changes: 11 additions & 0 deletions dev/resources/pipeline-components/kafka-source-connector.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,22 @@
cleanup.policy: compact
models: # SchemaProvider is initiated with the values given here
model: model
namespace: namespace # required
# `app` contains application-specific settings, hence it does not have a rigid
# structure. The fields below are just an example. Extensive documentation on
# connectors: https://kafka.apache.org/documentation/#connectconfigs
app: # required
tasks.max: 1
# Helm repository configuration for resetter
repo_config:
repository_name: my-repo # required
url: https://bakdata.github.io/kafka-connect-resetter/ # required
repo_auth_flags:
username: user
password: pass
ca_file: /home/user/path/to/ca-file
insecure_skip_tls_verify: false
version: "1.0.6" # Helm chart version
# Overriding Kafka Connect Resetter Helm values. E.g. to override the
# Image Tag etc.
resetter_values:
Expand Down
22 changes: 22 additions & 0 deletions dev/resources/pipeline-components/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -160,11 +160,22 @@
cleanup.policy: compact
models: # SchemaProvider is initiated with the values given here
model: model
namespace: namespace # required
# `app` contains application-specific settings, hence it does not have a rigid
# structure. The fields below are just an example. Extensive documentation on
# connectors: https://kafka.apache.org/documentation/#connectconfigs
app: # required
tasks.max: 1
# Helm repository configuration for resetter
repo_config:
repository_name: my-repo # required
url: https://bakdata.github.io/kafka-connect-resetter/ # required
repo_auth_flags:
username: user
password: pass
ca_file: /home/user/path/to/ca-file
insecure_skip_tls_verify: false
version: "1.0.6" # Helm chart version
# Overriding Kafka Connect Resetter Helm values. E.g. to override the
# Image Tag etc.
resetter_values:
Expand Down Expand Up @@ -195,11 +206,22 @@
cleanup.policy: compact
models: # SchemaProvider is initiated with the values given here
model: model
namespace: namespace # required
# `app` contains application-specific settings, hence it does not have a rigid
# structure. The fields below are just an example. Extensive documentation on
# connectors: https://kafka.apache.org/documentation/#connectconfigs
app: # required
tasks.max: 1
# Helm repository configuration for resetter
repo_config:
repository_name: my-repo # required
url: https://bakdata.github.io/kafka-connect-resetter/ # required
repo_auth_flags:
username: user
password: pass
ca_file: /home/user/path/to/ca-file
insecure_skip_tls_verify: false
version: "1.0.6" # Helm chart version
# Overriding Kafka Connect Resetter Helm values. E.g. to override the
# Image Tag etc.
resetter_values:
Expand Down
Loading

0 comments on commit 8830ccc

Please sign in to comment.