| 1234567891011 |
- --- connect_transformation.py.orig 2025-12-03 01:55:14.114612341 -0500
- +++ connect_transformation.py 2025-12-03 01:55:26.164702120 -0500
- @@ -34,7 +34,7 @@
- "hibernate_sequence START 1;"),
- steps.create_elasticsearch_cluster("elasticsearch"),
- steps.create_connect_cluster(KAFKA_CONNECT_CLUSTER_NAME,
- - "quay.io/redhattraining/ad482-"
- + "registry.ocp4.example.com:8443/redhattraining/ad482-"
- "ch05s06-connect-cluster:latest"),
- steps.apply_resource(
- KUBEFILES_DIR.joinpath('connect_transformation',
|