Skip to content

Commit 68ea8b5

Browse files
authored
fix typo in Cluster kind file (#2402)
Signed-off-by: hemahg <hhg@redhat.com>
1 parent 7962f74 commit 68ea8b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/src/main/java/com/github/streamshub/console/config/ClusterKind.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import com.fasterxml.jackson.annotation.JsonValue;
55

66
public enum ClusterKind {
7-
STRIMI_KAFKA("kafkas.kafka.strimzi.io"),
7+
STRIMZI_KAFKA("kafkas.kafka.strimzi.io"),
88
KROXYLICIOUS_VIRTUAL_KAFKA_CLUSTER("virtualkafkaclusters.kroxylicious.io");
99

1010
private final String value;

0 commit comments

Comments
 (0)