Skip to content

Commit a95048b

Browse files
authored
Merge pull request #59706 from kaldesai/SRVCOM-2443
[WIP][DOC] PR for SRVCOM-2443: Remove references to OpenShift Streams for Apache Kafka
2 parents 8ee2819 + e01a609 commit a95048b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

modules/serverless-kafka-sasl-source.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,4 @@ spec:
6565
key: ca.crt
6666
...
6767
----
68-
<1> The `caCert` spec is not required if you are using a public cloud Kafka service, such as Red Hat OpenShift Streams for Apache Kafka.
68+
<1> The `caCert` spec is not required if you are using a public cloud Kafka service.

modules/serverless-kafka-sink-security-config.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ $ oc create secret -n <namespace> generic <secret_name> \
5151
--from-literal=user=<username> \
5252
--from-literal=password=<password>
5353
----
54-
<1> The `ca.crt` can be omitted to use the system's root CA set if you are using a public cloud managed Kafka service, such as Red Hat OpenShift Streams for Apache Kafka.
54+
<1> The `ca.crt` can be omitted to use the system's root CA set if you are using a public cloud managed Kafka service.
5555

5656
** For authentication and encryption using TLS:
5757
+
@@ -63,7 +63,7 @@ $ oc create secret -n <namespace> generic <secret_name> \
6363
--from-file=user.crt=<my_cert.pem_file_path> \
6464
--from-file=user.key=<my_key.pem_file_path>
6565
----
66-
<1> The `ca.crt` can be omitted to use the system's root CA set if you are using a public cloud managed Kafka service, such as Red Hat OpenShift Streams for Apache Kafka.
66+
<1> The `ca.crt` can be omitted to use the system's root CA set if you are using a public cloud managed Kafka service.
6767

6868
. Create or modify a `KafkaSink` object and add a reference to your secret in the `auth` spec:
6969
+

0 commit comments

Comments
 (0)