Skip to content

Commit

Permalink
Fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
psav committed Nov 15, 2023
1 parent b5874a1 commit ab08087
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/crd/bases/cloud.redhat.com_clowdenvironments.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,10 @@ spec:
enableLegacyStrimzi:
description: EnableLegacyStrimzi disables TLS + user auth
type: boolean
kafkaConnectReplicaCount:
description: Sets the replica count for ephem-msk mode for
kafka connect
type: integer
managedPrefix:
description: Managed topic prefix for the managed cluster.
Only used in (*_managed_*) mode.
Expand Down
4 changes: 4 additions & 0 deletions deploy-mutate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6524,6 +6524,10 @@ objects:
enableLegacyStrimzi:
description: EnableLegacyStrimzi disables TLS + user auth
type: boolean
kafkaConnectReplicaCount:
description: Sets the replica count for ephem-msk mode for
kafka connect
type: integer
managedPrefix:
description: Managed topic prefix for the managed cluster.
Only used in (*_managed_*) mode.
Expand Down
4 changes: 4 additions & 0 deletions deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6524,6 +6524,10 @@ objects:
enableLegacyStrimzi:
description: EnableLegacyStrimzi disables TLS + user auth
type: boolean
kafkaConnectReplicaCount:
description: Sets the replica count for ephem-msk mode for
kafka connect
type: integer
managedPrefix:
description: Managed topic prefix for the managed cluster.
Only used in (*_managed_*) mode.
Expand Down
1 change: 1 addition & 0 deletions docs/antora/modules/ROOT/pages/api_reference.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -1009,6 +1009,7 @@ KafkaConfig configures the Clowder provider controlling the creation of Kafka in
| *`connectNamespace`* __string__ | (Deprecated) The namespace that the Kafka Connect cluster is expected to reside in. This is only used in (*_app-interface_*) and (*_operator_*) modes.
| *`connectClusterName`* __string__ | (Deprecated) Defines the kafka connect cluster name that is used in this environment.
| *`suffix`* __string__ | (Deprecated) (Unused)
| *`kafkaConnectReplicaCount`* __integer__ | Sets the replica count for ephem-msk mode for kafka connect
|===


Expand Down
1 change: 1 addition & 0 deletions tests/kuttl/test-kafka-msk/03-pods.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ spec:
namespace: test-kafka-msk-sec-source
clusterAnnotation: test-kafka-msk
topicNamespace: test-kafka-msk-sec-source
kafkaConnectReplicaCount: 1
db:
mode: none
logging:
Expand Down

0 comments on commit ab08087

Please sign in to comment.