Skip to content

Commit 740024b

Browse files
authored
[DOC] Fix KafkaTopic typo (#11776)
Signed-off-by: Federico Valeri <fedevaleri@gmail.com>
1 parent 0ebf155 commit 740024b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

documentation/modules/operators/proc-converting-managed-topics.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,12 @@ status:
6969
+
7070
For example, to change the `metadata.name`, do as follows:
7171
+
72-
.. Delete the original `KafkTopic` resource:
72+
.. Delete the original `KafkaTopic` resource:
7373
+
7474
[source,shell,subs="+quotes"]
7575
----
7676
kubectl delete kafkatopic <kafka_topic_name>
7777
----
78-
.. Recreate the `KafkTopic` resource with a different `metadata.name`, but use `spec.topicName` to refer to the same topic that was managed by the original
78+
.. Recreate the `KafkaTopic` resource with a different `metadata.name`, but use `spec.topicName` to refer to the same topic that was managed by the original
7979

8080
. If you haven't deleted the original `KafkaTopic` resource, and you wish to resume management of the Kafka topic again, set the `strimzi.io/managed` annotation to `true` or remove the annotation.

0 commit comments

Comments
 (0)